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