Skip to content

Commit

Permalink
Merge pull request #18 from uniquelyparticular/feat/husky2
Browse files Browse the repository at this point in the history
fix: upgraded to now use husky 2.0.0, fixed vulnerability
  • Loading branch information
agrohs authored Apr 24, 2019
2 parents 580c906 + 0df50ea commit c9aa1dc
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 2 deletions.
229 changes: 229 additions & 0 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"test": "jest",
"semantic-release": "semantic-release"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"cross-fetch": "3.0.2"
},
Expand All @@ -37,7 +42,10 @@
"chai": "4.2.0",
"fetch-everywhere": "1.0.5",
"fetch-mock": "7.3.3",
"husky": "2.0.0",
"jest": "24.7.1",
"prettier": "1.17.0",
"pretty-quick": "1.10.0",
"rimraf": "2.6.3",
"semantic-release": "15.13.12",
"ts-jest": "24.0.2",
Expand Down
Loading

0 comments on commit c9aa1dc

Please sign in to comment.