package.json: Update dependencies.

This commit is contained in:
David Braun 2017-12-06 13:21:15 -05:00
parent ea0a8003a6
commit 305faa8341
No known key found for this signature in database
GPG key ID: 5694EEC4D129BDCF

View file

@ -12,17 +12,11 @@
},
"dependencies": {},
"devDependencies": {
"@nodeguy/assert": "0.1.1",
"husky": "0.14.3",
"mocha": "3.5.3",
"prettier": "1.7.4"
"@nodeguy/assert": "0.1.4",
"mocha": "4.0.1"
},
"homepage": "https://github.com/NodeGuy/channel",
"keywords": [
"CSP",
"channel",
"concurrency"
],
"keywords": ["CSP", "channel", "concurrency"],
"license": "Apache-2.0",
"main": "lib/index.js",
"repository": {
@ -30,7 +24,6 @@
"url": "git+https://github.com/NodeGuy/channel.git"
},
"scripts": {
"precommit": "prettier --write lib/**/*.js test/**/*.js",
"test": "mocha --recursive"
}
}