Skip to content

Commit

Permalink
chore: update dependency husky to v2.2.0 (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and marionebl committed May 2, 2019
1 parent 8e47985 commit 4cbe2eb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion @commitlint/cli/fixtures/husky/integration/package.json
@@ -1,6 +1,6 @@
{
"scripts": {},
"devDependencies": {
"husky": "2.1.0"
"husky": "2.2.0"
}
}
2 changes: 1 addition & 1 deletion @commitlint/cli/fixtures/husky/package.json
@@ -1,6 +1,6 @@
{
"scripts": {},
"devDependencies": {
"husky": "2.1.0"
"husky": "2.2.0"
}
}
2 changes: 1 addition & 1 deletion @commitlint/cli/fixtures/signoff/package.json
@@ -1,6 +1,6 @@
{
"scripts": {},
"devDependencies": {
"husky": "2.1.0"
"husky": "2.2.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -84,7 +84,7 @@
"devDependencies": {
"@lerna/project": "3.13.1",
"docsify-cli": "4.3.0",
"husky": "2.1.0",
"husky": "2.2.0",
"lerna": "3.13.4",
"lint-staged": "8.1.0",
"prettier": "1.17.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -4177,10 +4177,10 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"

husky@2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/husky/-/husky-2.1.0.tgz#f486dd063596ad3aad4bbbcd8673ca5bface3caa"
integrity sha512-FHsqdIJPmQX/89Xg/761RMFCPSNNG2eiQMxChGP081NTohHexEuu/4nYh5m4TcFKq4xm+DqaGp8J/EUnkzL1Aw==
husky@2.2.0:
version "2.2.0"
resolved "https://registry.npmjs.org/husky/-/husky-2.2.0.tgz#4dda4370ba0f145b6594be4a4e4e4d4c82a6f2d5"
integrity sha512-lG33E7zq6v//H/DQIojPEi1ZL9ebPFt3MxUMD8MR0lrS2ljEPiuUUxlziKIs/o9EafF0chL7bAtLQkcPvXmdnA==
dependencies:
cosmiconfig "^5.2.0"
execa "^1.0.0"
Expand Down

0 comments on commit 4cbe2eb

Please sign in to comment.