From 21711da0b6dbf0186a655f71dd98dae919b92e66 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 4 Mar 2021 13:33:12 +0300 Subject: [PATCH] publish scripts --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f4c2e5..809a64b 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", "files": [ "src/*", - "contracts/*" + "contracts/*", + "scripts/*" ], "scripts": { "compile": "npx hardhat compile",