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 eab9d5c commit 39d5016
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-smart-compare",
"version": "0.1.5",
"version": "0.1.6",
"description": "Compare contracts between upgrades to ensure compatibility.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -30,9 +30,7 @@
},
"homepage": "https://github.com/dl-solarity/hardhat-smart-compare#readme",
"scripts": {
"prepare": "npx husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"prepare": "husky",
"build": "tsc --build .",
"test": "mocha --recursive \"test/**/*.ts\" --exit",
"coverage": "nyc --reporter=lcov --reporter=text npm run test ",
Expand Down Expand Up @@ -64,7 +62,6 @@
"lodash.isequal": "^4.5.0",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"pinst": "^3.0.0",
"prettier": "^3.2.5",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
Expand Down

0 comments on commit 39d5016

Please sign in to comment.