'update'
Showing
.gitignore
0 → 100644
build/hooks.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "git-hooks-test", | |||
| "version": "1.0.0", | |||
| "description": "git钩子测试", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git@gitlab.41bj.com:shangbj/git-hooks-test.git" | |||
| }, | |||
| "husky": { | |||
| "hooks": { | |||
| "pre-commit": "node ./build/hooks.js" | |||
| } | |||
| }, | |||
| "keywords": [], | |||
| "author": "", | |||
| "license": "ISC", | |||
| "devDependencies": { | |||
| "git-branch-is": "^3.1.0", | |||
| "git-repo-info": "^2.1.1", | |||
| "husky": "^4.2.3" | |||
| } | |||
| } |
yarn.lock
0 → 100644
Please register or sign in to comment