Skip to content

Commit

Permalink
Update husky recommendation (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 authored Mar 2, 2021
1 parent 3a218b8 commit 29b2692
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 63 deletions.
61 changes: 3 additions & 58 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 @@ -57,15 +57,14 @@
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"fetch-mock": "9.11.0",
"husky": "^5.0.9",
"husky": "^5.1.3",
"isomorphic-form-data": "^2.0.0",
"lint-staged": "^10.5.4",
"mocha": "8.3.0",
"node-fetch": "2.6.1",
"np": "7.4.0",
"nyc": "15.1.0",
"path-to-regexp": "6.2.0",
"pinst": "^2.1.4",
"prettier": "2.2.1",
"pretty-quick": "^3.1.0",
"sinon": "9.2.4",
Expand Down Expand Up @@ -95,8 +94,6 @@
"docs": "typedoc --options typedoc.json",
"copy": "cp -rf package.json CHANGELOG.md LICENSE README.md dist",
"release": "np --no-yarn --no-publish --no-release-draft",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
"prepare": "husky install"
}
}

0 comments on commit 29b2692

Please sign in to comment.