Skip to content

Commit

Permalink
Add husky
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jun 20, 2018
1 parent 5c72c63 commit 90d1e5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"genIcon": "node script/icomoon",
"genUtilDoc": "eustia doc src/lib/util.js -f md -o doc/UTIL_API.md -t \"Eruda Util Documentation\""
},
"husky": {
"hooks": {
"pre-commit": "npm run ci"
}
},
"eustia": {
"script": {
"files": "script/*.js",
Expand Down Expand Up @@ -76,6 +81,7 @@
"eslint-loader": "^1.9.0",
"handlebars": "^4.0.11",
"handlebars-loader": "^1.6.0",
"husky": "^1.0.0-rc.9",
"istanbul": "^0.4.5",
"jasmine-core": "^2.8.0",
"jasmine-jquery": "^2.1.1",
Expand Down

0 comments on commit 90d1e5f

Please sign in to comment.