Skip to content

Commit

Permalink
chore: remove pinst dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode authored and nikoladavitkovski committed Sep 2, 2022
1 parent d3ad934 commit a022ccf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
51 changes: 0 additions & 51 deletions package-lock.json

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

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@typicode/eslint-config": "^0.1.0",
"del-cli": "^3.0.1",
"docsify-cli": "^4.4.2",
"pinst": "^2.1.4",
"type-fest": "^0.21.2",
"typescript": "^4.1.3"
},
Expand All @@ -33,12 +32,8 @@
"lint": "eslint . --ext .js,.ts --ignore-path .gitignore",
"prepare": "npm run build && node lib/bin install",
"preuninstall": "node lib/bin uninstall",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"preversion": "npm run build",
"postversion": "git push && git push --tags && npm publish",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pretest": "npm run build --silent && npm pack --silent",
"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",
"posttest": "rm husky-*.tgz",
Expand Down

0 comments on commit a022ccf

Please sign in to comment.