Skip to content

Commit

Permalink
chore: husky upgrade by a deprecated method (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
heycalmdown authored Oct 30, 2019
1 parent 740c559 commit 28af961
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"start": "node ./bin/www",
"build": "tsc",
"test": "jasmine lib/spec/**/*.js",
"commitmsg": "validate-commit-msg",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"release": "conventional-github-releaser -p angular"
},
Expand Down Expand Up @@ -60,5 +59,10 @@
},
"autoFix": true
}
},
"husky": {
"hooks": {
"commit-msg": "validate-commit-msg"
}
}
}

0 comments on commit 28af961

Please sign in to comment.