Skip to content

Commit

Permalink
fix: temporarily remove husky as failed to install by npm 10.4.0
Browse files Browse the repository at this point in the history
closes #1531

---------

Co-authored-by: Clay Levering <clay@blu-team.com>
Co-authored-by: Alex Young <foray1010@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 21, 2024
1 parent db7772e commit c300cc1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"build": "yarn clean:build && tsc --project tsconfig.build.json && rollup --configPlugin \"babel={ babelHelpers: 'runtime', extensions: ['.js', '.ts'] }\" -c",
"ci": "yarn build && npm-run-all -p 'lint:*' 'type:*' && yarn test && size-limit",
"clean:build": "shx rm -rf dist/ build/dts/",
"postinstall": "husky",
"lint": "npm-run-all -p 'lint:*'",
"lint:js": "eslint .",
"lint:md": "yarn remark .",
Expand Down Expand Up @@ -89,13 +88,11 @@
"@types/jest": "29.5.12",
"@types/lodash.deburr": "4.1.9",
"eslint": "8.57.0",
"husky": "9.0.11",
"ignore-sync": "7.0.1",
"jest": "29.7.0",
"lint-staged": "15.2.7",
"node-notifier": "10.0.1",
"npm-run-all2": "6.2.2",
"pinst": "3.0.0",
"prettier": "3.3.3",
"remark-cli": "12.0.1",
"rollup": "4.18.0",
Expand Down
20 changes: 0 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4666,14 +4666,12 @@ __metadata:
"@types/lodash.deburr": "npm:4.1.9"
eslint: "npm:8.57.0"
fastest-levenshtein: "npm:^1.0.16"
husky: "npm:9.0.11"
ignore-sync: "npm:7.0.1"
jest: "npm:29.7.0"
lint-staged: "npm:15.2.7"
lodash.deburr: "npm:^4.1.0"
node-notifier: "npm:10.0.1"
npm-run-all2: "npm:6.2.2"
pinst: "npm:3.0.0"
prettier: "npm:3.3.3"
remark-cli: "npm:12.0.1"
rollup: "npm:4.18.0"
Expand Down Expand Up @@ -6369,15 +6367,6 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:9.0.11":
version: 9.0.11
resolution: "husky@npm:9.0.11"
bin:
husky: bin.mjs
checksum: 10c0/2c787dcf74a837fc9a4fea7da907509d4bd9a289f4ea10ecc9d86279e4d4542b0f5f6443a619bccae19e265f2677172cc2b86aae5c932a35a330cc227d914605
languageName: node
linkType: hard

"iconv-lite@npm:^0.6.2":
version: 0.6.3
resolution: "iconv-lite@npm:0.6.3"
Expand Down Expand Up @@ -9335,15 +9324,6 @@ __metadata:
languageName: node
linkType: hard

"pinst@npm:3.0.0":
version: 3.0.0
resolution: "pinst@npm:3.0.0"
bin:
pinst: bin.js
checksum: 10c0/abb1ed62ea2acb2207a7a860715bdb26ecbde74ede8fad5f6200194f3e22db25e2b7a49af05e5cc7fc05384709c651e0000323f0077d7239060c4b68c8acd428
languageName: node
linkType: hard

"pirates@npm:^4.0.4":
version: 4.0.6
resolution: "pirates@npm:4.0.6"
Expand Down

0 comments on commit c300cc1

Please sign in to comment.