Bump up minimal loopback version in devDeps

We need the version of LoopBack that uses the new TypeRegitry API.
This commit is contained in:
Miroslav Bajtoš 2016-09-09 10:35:35 +02:00
parent 04c4a52254
commit 67093fcaf4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"loopback": "^3.0.0-alpha.3",
"loopback": "^3.0.0-alpha.4",
"mocha": "^3.0.2",
"strong-task-emitter": "^0.0.7"
},