chore: add npm access option

This commit is contained in:
cedoor
2022-02-01 19:11:03 +01:00
parent 115574561d
commit 9ceeb703d3

View File

@@ -35,6 +35,9 @@
"test:prod": "yarn lint && yarn coverage",
"lint": "solhint 'contracts/**/*.sol'"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.2",
@@ -70,5 +73,6 @@
"typechain": "./build/typechain"
}
}
}
},
"gitHead": "115574561dcd7692d2edc5f3e16b90536a5b55cd"
}