Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Pzixel committed Feb 16, 2022
1 parent 0839cf0 commit 33be44d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1inch/solidity-utils",
"version": "2.0.2",
"version": "2.0.3",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"repository": {
Expand All @@ -12,6 +12,7 @@
"prebuild": "rimraf ./dist && cti src -b",
"build": "tsc -p tsconfig.publish.json",
"postbuild": "echo done",
"publishPackage": "yarn build && yarn publish",
"coverage": "hardhat coverage",
"lint": "yarn run lint:ts && yarn run lint:sol",
"lint:fix": "yarn run lint:ts:fix && yarn run lint:sol:fix",
Expand Down

0 comments on commit 33be44d

Please sign in to comment.