Skip to content

Commit

Permalink
chore(husky): migrated to modern config format
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Feb 28, 2020
1 parent f3e7d17 commit 0566e91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .huskyrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"hooks": {
"commit-msg": "commitlint -e",
"pre-commit": "npm test"
}
}
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"start": "cross-env BABEL_ENV=example babel-node ./example/app.js",
"build": "rollup -c",
"preversion": "npm test",
"commitmsg": "commitlint -e",
"precommit": "npm test",
"prepack": "npm run build"
},
"repository": {
Expand Down

0 comments on commit 0566e91

Please sign in to comment.