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 4e11458 commit babf3c7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 50 deletions.
76 changes: 31 additions & 45 deletions package-lock.json

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

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "@solarity/hardhat-habits",
"version": "1.0.0",
"version": "1.0.1",
"description": "The tool to work with Ethereum ABI",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"prepare": "npx husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"prepare": "husky",
"build": "tsc --build .",
"compile": "npm run prepare-tests && npm run build",
"prepare-tests": "npm run compile --workspaces",
Expand Down Expand Up @@ -65,10 +63,10 @@
"husky": "^9.0.11",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"pinst": "^3.0.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",

"typescript": "^5.3.3"
},
"nyc": {
Expand Down

0 comments on commit babf3c7

Please sign in to comment.