package: update devDependencies

- loopback 1.x to ^2.4.1
 - mocha ~1.20.1 to ^1.21.5
 - supertest ~0.13.0 to ~0.14.0
This commit is contained in:
Miroslav Bajtoš 2014-10-14 14:15:17 +02:00
parent 347e1f045e
commit c31c89a29a
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@
"url": "https://github.com/strongloop/loopback-explorer/issues"
},
"devDependencies": {
"loopback": "1.x",
"mocha": "~1.20.1",
"supertest": "~0.13.0",
"chai": "~1.9.1"
"loopback": "^2.4.1",
"mocha": "^1.21.5",
"supertest": "~0.14.0",
"chai": "^1.9.1"
},
"license": {
"name": "Dual MIT/StrongLoop",