update
Showing
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
}, | }, | ||
"husky": { | "husky": { | ||
"hooks": { | "hooks": { | ||
"commit-msg": "node ./build/hooks.js" | "commit-msg": "node ./build/commit-hook.js" | ||
} | } | ||
}, | }, | ||
"keywords": [], | "keywords": [], | ||
... | @@ -23,6 +23,7 @@ | ... | @@ -23,6 +23,7 @@ |
"git-branch-is": "^3.1.0", | "git-branch-is": "^3.1.0", | ||
"git-repo-info": "^2.1.1", | "git-repo-info": "^2.1.1", | ||
"husky": "^4.2.3", | "husky": "^4.2.3", | ||
"log-symbols": "^3.0.0", | |||
"shelljs": "^0.8.3" | "shelljs": "^0.8.3" | ||
} | } | ||
} | } |
Please register or sign in to comment