Skip to content

Commit 3719341

Browse files
committed
chore: remove pinst dependency
1 parent e1babf7 commit 3719341

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

package-lock.json

Lines changed: 0 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"@typicode/eslint-config": "^0.1.0",
2323
"del-cli": "^3.0.1",
2424
"docsify-cli": "^4.4.2",
25-
"pinst": "^2.1.4",
2625
"type-fest": "^0.21.2",
2726
"typescript": "^4.1.3"
2827
},
@@ -33,12 +32,8 @@
3332
"lint": "eslint . --ext .js,.ts --ignore-path .gitignore",
3433
"prepare": "npm run build && node lib/bin install",
3534
"preuninstall": "node lib/bin uninstall",
36-
"prepack": "pinst --disable",
37-
"postpack": "pinst --enable",
3835
"preversion": "npm run build",
3936
"postversion": "git push && git push --tags && npm publish",
40-
"prepublishOnly": "pinst --disable",
41-
"postpublish": "pinst --enable",
4237
"pretest": "npm run build --silent && npm pack --silent",
4338
"test": "sh ./test/init.sh && sh ./test/init-yarn-2.sh && sh ./test/default.sh && sh ./test/sub-dir.sh && sh ./test/config-dir.sh && sh ./test/not-git-dir.sh",
4439
"posttest": "rm husky-*.tgz",

0 commit comments

Comments
 (0)