Skip to content

Commit

Permalink
feat(commits): add pre-commit hook for msg validation (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
apapko authored Mar 20, 2018
1 parent de8ee82 commit 13bd495
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"commitizen": "~2.9.6",
"conventional-changelog-cli": "~1.3.5",
"cz-conventional-changelog": "~2.1.0",
"husky": "^0.14.3",
"jest": "~22.4.0",
"lerna": "2.9.0",
"prettier": "~1.10.2",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4424,6 +4424,14 @@ humanize-duration@~3.12.0:
version "3.12.1"
resolved "http://npm.lwcjs.org/humanize-duration/-/humanize-duration-3.12.1/e9a531519d001ee600b6400fc353fed4fa3b235f.tgz#e9a531519d001ee600b6400fc353fed4fa3b235f"

husky@^0.14.3:
version "0.14.3"
resolved "http://npm.lwcjs.org/husky/-/husky-0.14.3/c69ed74e2d2779769a17ba8399b54ce0b63c12c3.tgz#c69ed74e2d2779769a17ba8399b54ce0b63c12c3"
dependencies:
is-ci "^1.0.10"
normalize-path "^1.0.0"
strip-indent "^2.0.0"

[email protected], iconv-lite@^0.4.17, iconv-lite@~0.4.13:
version "0.4.19"
resolved "http://npm.lwcjs.org/iconv-lite/-/iconv-lite-0.4.19/f7468f60135f5e5dad3399c0a81be9a1603a082b.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"
Expand Down Expand Up @@ -6052,6 +6060,10 @@ normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-
semver "2 || 3 || 4 || 5"
validate-npm-package-license "^3.0.1"

normalize-path@^1.0.0:
version "1.0.0"
resolved "http://npm.lwcjs.org/normalize-path/-/normalize-path-1.0.0/32d0e472f91ff345701c15a8311018d3b0a90379.tgz#32d0e472f91ff345701c15a8311018d3b0a90379"

normalize-path@^2.0.0, normalize-path@^2.0.1:
version "2.1.1"
resolved "http://npm.lwcjs.org/normalize-path/-/normalize-path-2.1.1/1ab28b556e198363a8c1a6f7e6fa20137fe6aed9.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
Expand Down

0 comments on commit 13bd495

Please sign in to comment.