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 058dd0c commit 5407225
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 53 deletions.
82 changes: 34 additions & 48 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-migrate",
"version": "2.1.3",
"version": "2.1.4",
"description": "Automatic deployment and verification of smart contracts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -34,9 +34,7 @@
},
"homepage": "https://github.com/dl-solarity/hardhat-migrate#readme",
"scripts": {
"prepare": "npx husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"prepare": "husky",
"compile": "npm run prepare-tests && npm run build",
"build": "tsc --build .",
"prepare-tests": "npm run compile --workspaces",
Expand Down Expand Up @@ -86,7 +84,6 @@
"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",
Expand Down

0 comments on commit 5407225

Please sign in to comment.