Merge pull request #175 from strongloop/revert-loopback-2.x

Revert loopback 2.x
This commit is contained in:
Simon Ho 2016-11-21 12:39:18 -08:00 committed by GitHub
commit 4742e550b8
1 changed files with 6 additions and 3 deletions

View File

@ -2,6 +2,9 @@
"name": "loopback-component-storage",
"description": "Loopback Storage Service",
"version": "1.10.0",
"publishConfig": {
"tag": "lts"
},
"main": "index.js",
"scripts": {
"lint": "eslint .",
@ -18,11 +21,11 @@
"eslint": "^2.13.1",
"eslint-config-loopback": "^4.0.0",
"express": "^4.11.0",
"loopback": "^3.0.0",
"loopback": "^2.36.0",
"mkdirp": "^0.5.0",
"mocha": "^2.1.0",
"supertest": "^0.15.0",
"semver": "^5.3.0"
"semver": "^5.3.0",
"supertest": "^0.15.0"
},
"repository": {
"type": "git",