Skip to content

Commit

Permalink
Added include field for package to put artifacts & deployments on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ll0n committed Oct 26, 2020
1 parent 29b62ed commit 85c9c51
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"version": "1.0.1",
"description": "",
"main": "buidler.config.js",
"directories": {
"test": "test"
},
"files": [
"contracts",
"artifacts",
"deployments/rinkeby",
"deployments/mainnet"
],
"scripts": {
"build": "buidler compile",
"coverage": "buidler coverage --network coverage --solcoverjs ./.solcover.js",
Expand Down

0 comments on commit 85c9c51

Please sign in to comment.