Merge pull request #56 from strongloop/update-deps

Update dev-dependencies
This commit is contained in:
Miroslav Bajtoš 2016-09-01 15:09:25 +02:00 committed by GitHub
commit d84db7b5b8
2 changed files with 8 additions and 6 deletions

View File

@ -18,3 +18,5 @@ test
.travis.yml
test
.travis.yml
test
.travis.yml

View File

@ -35,13 +35,13 @@
"devDependencies": {
"assert": "^1.1.2",
"bluebird": "^3.3.5",
"grunt": "~0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-mocha-test": "^0.11.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"loopback": "^3.0.0-alpha.3",
"mocha": "~1.21.4",
"strong-task-emitter": "0.0.5"
"mocha": "^3.0.2",
"strong-task-emitter": "^0.0.7"
},
"optionalDependencies": {}
}