Revert loopback 2.x

Revert loopback 2.x
This commit is contained in:
siddhipai 2016-11-21 12:34:36 -08:00 committed by GitHub
commit 5a0eefca4c
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "loopback-component-explorer",
"version": "3.0.0",
"publishConfig": {
"tag": "next"
"tag": "lts"
},
"description": "Browse and test your LoopBack app's APIs",
"main": "index.js",
@ -29,7 +29,7 @@
"chai": "^3.2.0",
"eslint": "^2.8.0",
"eslint-config-loopback": "^2.0.0",
"loopback": "^3.0.0",
"loopback": "^2.36.0",
"mocha": "^2.2.5",
"supertest": "^1.0.1"
},