Skip to content

Commit

Permalink
True bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Ivanushkin committed Apr 15, 2013
1 parent 8eb10bd commit 191b1d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/typograph
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var program = require('commander'),


program
.version('0.0.3')
.version('0.0.4')
.usage('[options] [dir|file ...]')
.option('-p, --usep', 'Use <p>')
.option('-br, --usebr', 'Use <dir>')
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "node-typograph",
"version": "0.0.3",
"version": "0.0.4",
"description": "Node.js client for Typograph web-service",
"main": "index.js",
"bin": {
"typograph": "typograph.js"
"typograph": ".bin/typograph"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 191b1d5

Please sign in to comment.