Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Fix bin
Browse files Browse the repository at this point in the history
  • Loading branch information
DaAwesomeP committed Dec 7, 2014
1 parent 804d3e8 commit 4cec8cb
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 @@ -6,7 +6,7 @@
"bugs": "https://github.com/DaAwesomeP/upb-cli/issues",
"license": "Apache-2.0",
"bin": {
"upb-cli": "./upb-cli.js"
"upb-cli": "upb-cli"
},
"man": "./README.md",
"repository" : {
Expand Down
1 change: 1 addition & 0 deletions upb-cli.js → upb-cli
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
// upb-cli.js by the DaAwesomeP

// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 4cec8cb

Please sign in to comment.