Skip to content

Commit

Permalink
remove pinst
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Mar 12, 2024
1 parent b618f2b commit a2b5a44
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 44 deletions.
64 changes: 25 additions & 39 deletions package-lock.json

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

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarity/hardhat-markup",
"version": "1.0.6",
"version": "1.0.7",
"description": "Customizable markdown smart contracts documentation",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -32,9 +32,7 @@
},
"homepage": "https://github.com/dl-solarity/hardhat-markup#readme",
"scripts": {
"prepare": "npx husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"prepare": "husky",
"build": "tsc --build .",
"test": "echo \"Error: no test specified\" && exit 1",
"lint-fix": "prettier --write \"./**/*.ts\" && prettier --write \"./**/*.js\"",
Expand All @@ -55,7 +53,6 @@
"@types/prettier": "3.0.0",
"hardhat": "2.20.1",
"husky": "^9.0.11",
"pinst": "^3.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
Expand Down

0 comments on commit a2b5a44

Please sign in to comment.