Skip to content

Commit

Permalink
Fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
brianorwhatever committed Oct 6, 2023
1 parent 6bfc800 commit 868c646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added bun.lockb
Binary file not shown.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@aviarytech/tev2-hrgt",
"version": "0.0.1",
"version": "0.0.2",
"description": "Human Readable Glossary Tool (HRGT)",
"main": "lib/Run.js",
"types": "lib/Run.d.ts",
"bin": {
"trrt": "./lib/Run.js"
"hrgt": "./lib/Run.js"
},
"type": "module",
"scripts": {
Expand All @@ -25,6 +25,7 @@
},
"homepage": "https://github.com/aviarytech/tev2-hrgt#readme",
"dependencies": {
"@aviarytech/tev2-hrgt": "^0.0.1",
"chalk": "^4.1.2",
"commander": "10.0.0",
"figlet": "^1.6.0",
Expand Down

0 comments on commit 868c646

Please sign in to comment.