Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 46cfa65

Browse files
author
Kent C. Dodds
committed
chore(package): Upgrade ghooks
1 parent c5c8264 commit 46cfa65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"config": {
4444
"ghooks": {
45-
"commit-msg": "./node_modules/.bin/validate-commit-msg && npm run eslint && npm t && npm run check-coverage"
45+
"commit-msg": "validate-commit-msg && npm run eslint && npm t && npm run check-coverage"
4646
},
4747
"commitizen": {
4848
"path": "node_modules/cz-conventional-changelog"
@@ -71,7 +71,7 @@
7171
"eslint-config-kentcdodds": "5.0.0",
7272
"eslint-loader": "1.1.0",
7373
"eslint-plugin-mocha": "1.0.0",
74-
"ghooks": "0.3.2",
74+
"ghooks": "1.0.0",
7575
"http-server": "0.8.5",
7676
"isparta": "3.1.0",
7777
"isparta-loader": "1.0.0",

0 commit comments

Comments
 (0)