Skip to content

Commit a2b5a44

Browse files
committed
remove pinst
1 parent b618f2b commit a2b5a44

File tree

2 files changed

+27
-44
lines changed

2 files changed

+27
-44
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solarity/hardhat-markup",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Customizable markdown smart contracts documentation",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -32,9 +32,7 @@
3232
},
3333
"homepage": "https://github.com/dl-solarity/hardhat-markup#readme",
3434
"scripts": {
35-
"prepare": "npx husky",
36-
"prepack": "pinst --disable",
37-
"postpack": "pinst --enable",
35+
"prepare": "husky",
3836
"build": "tsc --build .",
3937
"test": "echo \"Error: no test specified\" && exit 1",
4038
"lint-fix": "prettier --write \"./**/*.ts\" && prettier --write \"./**/*.js\"",
@@ -55,7 +53,6 @@
5553
"@types/prettier": "3.0.0",
5654
"hardhat": "2.20.1",
5755
"husky": "^9.0.11",
58-
"pinst": "^3.0.0",
5956
"ts-node": "^10.9.2",
6057
"typescript": "^5.3.3"
6158
}

0 commit comments

Comments
 (0)