Skip to content

Commit

Permalink
* Add contributors to package.json.
Browse files Browse the repository at this point in the history
* Add `console` yarn script to fire up the hardhat console.
  • Loading branch information
cgcardona committed Mar 2, 2021
1 parent 65a0197 commit 98951a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
"main": "index.js",
"repository": "https://github.com/ava-labs/smart-contract-quickstart",
"author": "Connor Daly <[email protected]>",
"contributors": [
"Gabriel Cardona <[email protected]>"
],
"license": "MIT",
"scripts": {
"precompile": "rimraf ./build/",
"compile": "npx hardhat compile",
"console": "npx hardhat console",
"pretest": "yarn compile",
"test": "npx hardhat test",
"deploy": "npx hardhat run scripts/deploy.js",
Expand Down

0 comments on commit 98951a6

Please sign in to comment.