Skip to content

Commit

Permalink
chore: move git-simple-hooks config
Browse files Browse the repository at this point in the history
I think npm did this automatically?
  • Loading branch information
angeloashmore committed May 6, 2021
1 parent 0007431 commit c17d070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"lint": "eslint src/** test/**",
"test": "npm run lint && ava"
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down Expand Up @@ -82,8 +85,5 @@
},
"publishConfig": {
"access": "public"
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit"
}
}

0 comments on commit c17d070

Please sign in to comment.