Add husky dev-dependency

This commit is contained in:
Typicode
2014-10-23 21:36:58 +02:00
parent 16aad9f019
commit df2a4abe2c

View File

@ -26,12 +26,14 @@
"yargs": "^1.3.1" "yargs": "^1.3.1"
}, },
"devDependencies": { "devDependencies": {
"supertest": "~0.8.1", "husky": "^0.6.1",
"mocha": "~1.14.0" "mocha": "~1.14.0",
"supertest": "~0.8.1"
}, },
"scripts": { "scripts": {
"test": "mocha -R spec test", "test": "mocha -R spec test",
"start": "node server.js" "start": "node server.js",
"prepush": "npm t"
}, },
"repository": { "repository": {
"type": "git", "type": "git",