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 078e1e1 commit 1839118
Show file tree
Hide file tree
Showing 2 changed files with 27 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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarity/hardhat-gobind",
"version": "1.0.4",
"version": "1.0.5",
"description": "Generation of smart contract bindings for Golang",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,9 @@
},
"homepage": "https://github.com/dl-solarity/hardhat-gobind#readme",
"scripts": {
"install": "npx husky install",
"postinstall": "npx husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"build": "tsc --build .",
"test": "mocha --config .mocharc.json --recursive test/**/*.test.ts --timeout 10000 --exit",
"lint-fix": "prettier --write \"./**/*.{ts,js,sol}\"",
Expand All @@ -51,6 +53,7 @@
"hardhat": "^2.10.0",
"husky": "^7.0.2",
"mocha": "^10.2.0",
"pinst": "^3.0.0",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.1.1",
"ts-node": "^8.1.0",
Expand Down

0 comments on commit 1839118

Please sign in to comment.