Skip to content

Commit

Permalink
fix: cli add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
zcstarr committed Jun 1, 2019
1 parent 1080f82 commit 2a09212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0-development",
"description": "![](https://www.etclabs.org/dist/resources/images/v2/logo-top.png) Supported by [ETC Labs](https://www.etclabs.org/)",
"bin": {
"jade-service-runner": "build/src/cli/index.js"
"jade-service-runner": "./build/src/cli/index.js"
},
"dependencies": {
"@open-rpc/client-js": "^1.0.1",
Expand Down
1 change: 1 addition & 0 deletions src/cli/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import program from "commander";
import fs from "fs-extra";
const version = require("../../../package.json").version; // tslint:disable-line
Expand Down

0 comments on commit 2a09212

Please sign in to comment.