Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #158 from Comandeer/greenkeeper/husky-2.0.0
Browse files Browse the repository at this point in the history
Update husky to the latest version 🚀

[ci skip]
  • Loading branch information
Comandeer committed May 19, 2019
2 parents 0c2a2c0 + dd9eb0d commit d9900c6
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 40 deletions.
5 changes: 5 additions & 0 deletions .huskyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hooks": {
"commit-msg": "is-ci && exit 0 || commitplease .git/COMMIT_EDITMSG"
}
}
92 changes: 54 additions & 38 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"pretest": "npm run lint && npm run build",
"test": "nyc mocha tests/*.js --timeout 30000 --require @babel/register",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"commitmsg": "is-ci && exit 0 || commitplease .git/COMMIT_EDITMSG",
"version": "npm test && git add -f dist/",
"postversion": "git rm -r --cached dist/ && git commit -m \"chore(dist): clean after release [ci skip]\" && git push origin && git push origin --tags"
},
Expand Down Expand Up @@ -80,7 +79,7 @@
"commitplease": "^3.2.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.16.0",
"husky": "^1.3.1",
"husky": "^2.3.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"rimraf": "^2.6.3",
Expand Down

0 comments on commit d9900c6

Please sign in to comment.