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

Commit

Permalink
chore: upgrade to husky v7
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo authored and Clark Du committed Oct 24, 2021
1 parent cac92e6 commit 3a3ef4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
10 changes: 3 additions & 7 deletions package.json
Expand Up @@ -28,12 +28,8 @@
"release": "standard-version",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
"postpublish": "pinst --enable",
"prepare": "husky install"
},
"lint-staged": {
"*.js": [
Expand All @@ -47,7 +43,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-standard": "^5.0.0",
"husky": "5",
"husky": "^7.0.0",
"jest": "^27.3.1",
"lint-staged": "^10.5.4",
"pinst": "^2.1.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2235,10 +2235,10 @@ human-signals@^2.1.0:
resolved "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==

husky@5:
version "5.2.0"
resolved "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802"
integrity sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==
husky@^7.0.4:
version "7.0.4"
resolved "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==

iconv-lite@0.4.24:
version "0.4.24"
Expand Down

0 comments on commit 3a3ef4a

Please sign in to comment.