Removed branch-lock, and bumped version

This commit is contained in:
Shelby Sanders 2015-07-22 15:06:17 -07:00
parent 43e84c4cb1
commit 732301d709
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "loopback-explorer",
"version": "1.8.1",
"version": "1.8.2",
"description": "Browse and test your LoopBack app's APIs",
"main": "index.js",
"scripts": {
@ -21,7 +21,7 @@
"url": "https://github.com/strongloop/loopback-explorer/issues"
},
"devDependencies": {
"loopback": "git+https://github.com/shelbys/loopback.git#validate_param_enum",
"loopback": "git+https://github.com/shelbys/loopback.git",
"mocha": "^1.21.5",
"supertest": "~0.14.0",
"chai": "^1.9.1"