Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Now fix to work locally as well :)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Nov 6, 2019
1 parent a6e9502 commit 5aded68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/near
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
CLI_PATH="$(dirname "$0")"/near-cli-js
CLI_PATH="$(dirname "$0")"/near-cli.js
node --experimental-repl-await "$CLI_PATH" "$@"

File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/nearprotocol/near-shell#readme",
"bin": {
"near": "./bin/near",
"near-cli-js": "./bin/cli.js"
"near-cli.js": "./bin/near-cli.js"
},
"devDependencies": {
"eslint": "^6.4.0",
Expand Down

0 comments on commit 5aded68

Please sign in to comment.