Skip to content

Commit

Permalink
fix husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Sep 4, 2023
1 parent 1b7877a commit 497c748
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
24 changes: 22 additions & 2 deletions package-lock.json

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

8 changes: 6 additions & 2 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.3",
"version": "0.1.4",
"description": "Compare contracts between upgrades to ensure compatibility.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -9,6 +9,7 @@
"src/",
"LICENSE",
"README.md"

],
"repository": {
"type": "git",
Expand All @@ -30,7 +31,9 @@
},
"homepage": "https://github.com/dl-solarity/hardhat-smart-compare#readme",
"scripts": {
"install": "npx husky install",
"postinstall": "npx husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"build": "tsc --build .",
"test": "mocha --recursive \"test/**/*.ts\" --exit",
"coverage": "nyc --reporter=lcov --reporter=text npm run test ",
Expand Down Expand Up @@ -61,6 +64,7 @@
"lodash.isequal": "^4.5.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"pinst": "^3.0.0",
"prettier": "^2.7.1",
"sinon": "^15.1.0",
"sinon-chai": "^3.7.0",
Expand Down

0 comments on commit 497c748

Please sign in to comment.