Revert loopback 2.x

Revert loopback 2.x
This commit is contained in:
siddhipai 2016-11-21 12:40:10 -08:00 committed by GitHub
commit ac10cd03f8
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
{ {
"name": "loopback-context", "name": "loopback-context",
"version": "1.0.0", "version": "1.0.0",
"publishConfig": {
"tag": "lts"
},
"description": "Current context for LoopBack applications, based on node-continuation-local-storage", "description": "Current context for LoopBack applications, based on node-continuation-local-storage",
"keywords": [ "keywords": [
"StrongLoop", "StrongLoop",
@ -27,7 +30,7 @@
"dirty-chai": "^1.2.2", "dirty-chai": "^1.2.2",
"eslint": "^2.13.1", "eslint": "^2.13.1",
"eslint-config-loopback": "^4.0.0", "eslint-config-loopback": "^4.0.0",
"loopback": "^3.0.0", "loopback": "^2.36.0",
"mocha": "^2.5.3", "mocha": "^2.5.3",
"supertest": "^1.2.0" "supertest": "^1.2.0"
} }