Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

Commit

Permalink
Remove husky from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
okuryu committed Jan 31, 2016
1 parent fb85b42 commit bcff308
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"flatten": "package-json-flatten",
"pretest": "eslint *.js test/*.js",
"test": "istanbul cover --report lcovonly _mocha -- -R spec",
"precommit": "npm test",
"prepublish": "npm test",
"coveralls": "istanbul cover --report lcovonly _mocha -- -R spec && cat coverage/lcov.info | coveralls"
},
Expand All @@ -32,7 +31,6 @@
"coveralls": "^2.11.6",
"echoecho": "^0.1.10",
"eslint": "^1.10.3",
"husky": "^0.10.2",
"istanbul": "^0.4.2",
"mocha": "^2.3.4",
"package-json-flatten": "^0.4.0"
Expand Down

0 comments on commit bcff308

Please sign in to comment.