Skip to content

Commit

Permalink
Merge pull request #238 from ChristianMurphy/renovate/husky-1.x
Browse files Browse the repository at this point in the history
chore: update dependency husky to v1
  • Loading branch information
ChristianMurphy committed Oct 12, 2018
2 parents 286c4fd + 8ff24ae commit 2e1f51a
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 18 deletions.
145 changes: 129 additions & 16 deletions package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -9,7 +9,6 @@
"scripts": {
"commit": "commit",
"test": "ava && eslint --ext md,js . && remark *.md -q --no-stdout",
"precommit": "npm test",
"commitlint": "commitlint --from HEAD~1",
"commitlint-travis": "commitlint-travis"
},
Expand Down Expand Up @@ -45,7 +44,7 @@
"eslint-config-google": "0.10.0",
"eslint-plugin-ava": "5.1.1",
"eslint-plugin-markdown": "1.0.0-beta.8",
"husky": "0.14.3",
"husky": "1.1.2",
"postcss-less": "3.0.2",
"postcss-nested": "4.1.0",
"postcss-scss": "2.0.0",
Expand Down Expand Up @@ -104,5 +103,10 @@
},
"semanticPrefix": "chore:",
"semanticCommitScope": ""
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
}
}

0 comments on commit 2e1f51a

Please sign in to comment.