Skip to content

Commit

Permalink
Update husky package
Browse files Browse the repository at this point in the history
  • Loading branch information
revall committed Nov 16, 2019
1 parent 5f46f9e commit 1ca4e36
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 28 deletions.
169 changes: 144 additions & 25 deletions package-lock.json

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

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
"author": "Jesus Lobos <[email protected]> (https://jlobos.com)",
"scripts": {
"lint": "xo",
"test": "xo && ava",
"precommit": "lint-staged"
"test": "xo && ava"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"files": [
"lib"
Expand Down Expand Up @@ -61,7 +65,7 @@
"devDependencies": {
"ava": "^2.4.0",
"eslint-config-prettier": "^2.10.0",
"husky": "^0.14.3",
"husky": "^3.0.9",
"lint-staged": "^9.4.3",
"prettier": "^1.19.1",
"tough-cookie-filestore": "0.0.1",
Expand Down

0 comments on commit 1ca4e36

Please sign in to comment.