Skip to content

Commit

Permalink
fix author & version: 0.0.1 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiebee authored Jun 12, 2024
1 parent 4dd1f8f commit ac3be5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@entropyxyz/cli",
"version": "1.0.0",
"description": "",
"version": "0.0.1",
"description": "cli and tui for interacting with the entropy protocol",
"scripts": {
"start": "ts-node src/index.ts",
"start:debug": "DEBUG=@entropyxyz/cli yarn start",
Expand All @@ -22,7 +22,7 @@
"url": "git+https://github.com/entropyxyz/cli.git"
},
"keywords": [],
"author": "Jesse Abramowitz",
"author": "entropy.xyz",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/entropyxyz/cli/issues"
Expand Down

0 comments on commit ac3be5e

Please sign in to comment.