Skip to content

Commit

Permalink
fix(husky): updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Oct 24, 2018
1 parent f480e30 commit 9b3e9a7
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 45 deletions.
7 changes: 7 additions & 0 deletions .huskyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"hooks": {
"pre-push": "npx branch-name-lint .branchlintrc",
"pre-commit": "npm run lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
209 changes: 169 additions & 40 deletions package-lock.json

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

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
"wdio": "npx wdio ./test/wdio/wdio.conf.js",
"wdio-local": "npx wdio ./test/wdio/wdio.conf.local.js",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"prepush": "npx branch-name-lint .branchlintrc",
"precommit": "npm run lint",
"commitmsg": "commitlint -E GIT_PARAMS"
"travis-deploy-once": "travis-deploy-once"
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
Expand All @@ -43,7 +40,7 @@
"eslint-plugin-vue": "^4.7.1",
"geckodriver": "^1.12.2",
"httpolyglot": "^0.1.2",
"husky": "^0.14.3",
"husky": "^1.1.2",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-mozjpeg": "^7.0.0",
"imagemin-webp": "^4.1.0",
Expand Down

0 comments on commit 9b3e9a7

Please sign in to comment.