Skip to content

Commit

Permalink
fix: make the package public
Browse files Browse the repository at this point in the history
  • Loading branch information
zcstarr committed Apr 5, 2022
1 parent c94faa6 commit 99a9da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zksync-tax-helper",
"version": "0.0.0-development",
"private": true,
"private": false,
"publishConfig": {
"access": "restricted"
},
Expand Down

0 comments on commit 99a9da4

Please sign in to comment.