We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1c860 commit e0c7749Copy full SHA for e0c7749
2 files changed
bin/privnote
@@ -8,7 +8,7 @@ process.title = 'privnote';
8
var privnote = require('../lib/privnote-cli');
9
10
var cli = require('cli').enable("help", "version");
11
-cli.setApp("privnote-cli", "0.0.4");
+cli.setApp("privnote-cli", "0.0.5");
12
13
cli.parse();
14
cli.withStdin(function(note) {
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "privnote-cli",
3
"description": "nodejs wrapper for privnote.com",
4
- "version": "0.0.4",
+ "version": "0.0.5",
5
"maintainers": [
6
7
"name": "Alan Norton",
"email": "me@alannorton.com",
- "web": "https://github.com/nonrational/privnote-cli/tree/npm"
+ "web": "https://github.com/nonrational/privnote-cli"
}
],
"bin": {
0 commit comments