publish scripts

This commit is contained in:
Alexey 2021-03-04 13:33:12 +03:00
parent 76543d068b
commit 21711da0b6
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,14 @@
{
"name": "tornado-trees",
"version": "0.0.8",
"version": "0.0.9",
"main": "src/index.js",
"repository": "https://github.com/tornadocash/tornado-trees.git",
"author": "Tornadocash team <hello@tornado.cash>",
"license": "MIT",
"files": [
"src/*",
"contracts/*"
"contracts/*",
"scripts/*"
],
"scripts": {
"compile": "npx hardhat compile",