Skip to content

Commit

Permalink
Fix bug where cli wasn’t linked
Browse files Browse the repository at this point in the history
Closes GH-48.
  • Loading branch information
wooorm committed Mar 13, 2017
1 parent f11771c commit 250f431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/franc-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"bin"
],
"bin": {
"franc": "cli.js"
"franc": "index.js"
},
"files": [
"cli.js"
"index.js"
],
"dependencies": {
"franc": "^3.0.0",
Expand Down

0 comments on commit 250f431

Please sign in to comment.