From 99a9da4940e0ce217d33ac1b12d17e1704ba0239 Mon Sep 17 00:00:00 2001 From: Zane Starr Date: Tue, 5 Apr 2022 11:32:24 -0700 Subject: [PATCH] fix: make the package public --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ceada5b..82e6371 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ nodejs v15.x.x or greater ``` ### Installation ``` -npm install -g @zcstarr/zksync-tax-helper +npm install -g zksync-tax-helper zktax-csv --help ``` - Grab all your transactions diff --git a/package.json b/package.json index 2929c48..1803520 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zksync-tax-helper", "version": "0.0.0-development", - "private": true, + "private": false, "publishConfig": { "access": "restricted" },