Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
add bins to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 3, 2012
1 parent 460e6fe commit 6b50755
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Expand Up @@ -17,5 +17,12 @@
"mocha": "*",
"should": "*"
},
"bin": {
"component": "bin/component",
"component-info": "bin/component-info",
"component-install": "bin/component-install",
"component-ls": "bin/component-ls",
"component-search": "bin/component-search"
},
"main": "index"
}

0 comments on commit 6b50755

Please sign in to comment.