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"
},
"devDependencies": {
"supertest": "~0.8.1",
"mocha": "~1.14.0"
"husky": "^0.6.1",
"mocha": "~1.14.0",
"supertest": "~0.8.1"
},
"scripts": {
"test": "mocha -R spec test",
"start": "node server.js"
"start": "node server.js",
"prepush": "npm t"
},
"repository": {
"type": "git",