Skip to content

Commit

Permalink
fix: fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
SoldierAb committed Dec 19, 2019
1 parent 9bb2fbe commit 63e193b
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 21 deletions.
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[commit]
template = ~/.gitmessage
8 changes: 0 additions & 8 deletions .huskyrc

This file was deleted.

188 changes: 177 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"release": "standard-version",
"commit": "git-cz"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $GIT_PARAMS"
}
},
"author": "cgj",
"license": "MIT",
"config": {
Expand Down Expand Up @@ -42,7 +47,7 @@
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"husky": "^4.0.0-beta.5",
"husky": "^3.1.0",
"minimist": "^1.2.0",
"pre-commit": "^1.2.2",
"vinyl": "^2.2.0",
Expand All @@ -57,4 +62,4 @@
"pre-push": "^0.1.1",
"standard-version": "^7.0.1"
}
}
}

0 comments on commit 63e193b

Please sign in to comment.