Skip to content

Commit

Permalink
Merge pull request #97 from peronio-ar/publish
Browse files Browse the repository at this point in the history
verify and publish
  • Loading branch information
agustinkassis authored Sep 22, 2022
2 parents 3a30c21 + 4271825 commit 7615e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peronio-core",
"version": "0.9.2",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -65,7 +65,7 @@
"console": "hardhat console",
"clean": "yarn autoclean --force; yarn hardhat clean; rm -rf node_modules; yarn",
"deploy": "hardhat deploy",
"publish": "hardhat run scripts/publish.ts --network matic",
"verify": "hardhat run scripts/publish.ts --network matic",
"typechain": "yarn preprocess && hardhat typechain",
"preprocess": "hardhat preprocess",
"format:fix": "prettier --write \"{,!(node_modules)/**/}*.{ts,js,json}\"",
Expand Down

0 comments on commit 7615e3e

Please sign in to comment.