Skip to content

Commit

Permalink
fix package.json binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
sekaiking committed Dec 2, 2023
1 parent 8481d21 commit 6b41c98
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": "bos-workspace",
"description": "BOS Workspace CLI",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"main": "main.js",
"author": "Achraf - sking.near",
"license": "ISC",
Expand All @@ -15,8 +15,8 @@
"nearprotocol"
],
"bin": {
"bos-workspace": "./src/bin/bos-workspace",
"bw": "./src/bin/bos-workspace"
"bos-workspace": "./bin/bos-workspace",
"bw": "./bin/bos-workspace"
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 6b41c98

Please sign in to comment.