Skip to content

Commit

Permalink
fix: cli path for binary command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Freisler committed May 16, 2020
1 parent 6d314f5 commit 2546905
Showing 1 changed file with 1 addition 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": "2.1.0",
"description": "Simple wrapper around javascript replace with CLI usage support!",
"bin": {
"frs-replace": "./src/cli.js"
"frs-replace": "./bin/cli.js"
},
"main": "index.js",
"repository": "https://github.com/FRSource/frs-replace.git",
Expand Down

0 comments on commit 2546905

Please sign in to comment.