Skip to content

Commit

Permalink
Lowercase option descriptions, bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z0w0 committed Dec 14, 2012
1 parent 0ec21cf commit 0d474f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/atsaty
Expand Up @@ -6,8 +6,8 @@ var atsaty = require(".."),


program program
.version(pkg.version) .version(pkg.version)
.option("-y, --yep <msg>", "Message to output for yep") .option("-y, --yep <msg>", "message to output for yep")
.option("-n, --nope <msg>", "Message to output for nope") .option("-n, --nope <msg>", "message to output for nope")
.parse(process.argv); .parse(process.argv);


atsaty(program.args.join(" "), function(err, yep) { atsaty(program.args.join(" "), function(err, yep) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "atsaty", "name": "atsaty",
"description": "A tweet says a thousand yeps", "description": "A tweet says a thousand yeps",
"tags": ["twitter", "tweet", "yep", "nope", "sentiment"], "tags": ["twitter", "tweet", "yep", "nope", "sentiment"],
"version": "0.0.2", "version": "0.1.0",
"author": "Zack Corr <zack@z0w0.me>", "author": "Zack Corr <zack@z0w0.me>",
"repository": { "repository": {
"type": "git", "type": "git",
Expand Down

0 comments on commit 0d474f5

Please sign in to comment.