Update dev-dependencies

This commit is contained in:
Miroslav Bajtoš 2016-09-01 13:05:58 +02:00
parent 06c97e9e59
commit ace949f014
2 changed files with 8 additions and 6 deletions

View File

@ -14,3 +14,5 @@ node_modules
coverage
*.tgz
*.xml
test
.travis.yml

View File

@ -32,13 +32,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": "^2.2.0",
"mocha": "~1.21.4",
"strong-task-emitter": "0.0.5"
"mocha": "^3.0.2",
"strong-task-emitter": "^0.0.7"
},
"optionalDependencies": {}
}