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 b5f3141 commit 26323a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
24 changes: 5 additions & 19 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-gobind",
"version": "1.2.1",
"version": "1.2.2",
"description": "Generation of smart contract bindings for Golang",
"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-gobind#readme",
"scripts": {
"prepare": "npx husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"prepare": "husky",
"build": "tsc --build .",
"test": "mocha --config .mocharc.json --recursive test/**/*.test.ts --timeout 10000 --exit",
"lint-fix": "prettier --write \"./**/*.{ts,js,sol}\"",
Expand All @@ -53,7 +51,6 @@
"hardhat": "2.20.1",
"husky": "^9.0.11",
"mocha": "^10.3.0",
"pinst": "^3.0.0",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.3.1",
"ts-node": "^10.9.2",
Expand Down

0 comments on commit 26323a6

Please sign in to comment.