Skip to content

Commit

Permalink
chore: upgrade husky hooks config
Browse files Browse the repository at this point in the history
  • Loading branch information
ctavan committed Oct 13, 2019
1 parent bb2f9ae commit 3bf178d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -26,7 +26,6 @@
"standard-version": "7.0.0"
},
"scripts": {
"commitmsg": "commitlint -E HUSKY_GIT_PARAMS",
"test": "mocha test/test.js",
"md": "runmd --watch --output=README.md README_js.md",
"release": "standard-version",
Expand All @@ -40,5 +39,10 @@
"repository": {
"type": "git",
"url": "https://github.com/kelektiv/node-uuid.git"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}

0 comments on commit 3bf178d

Please sign in to comment.