Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
Basically ready for basic usage, adds barebones documentation, other
stuff.
  • Loading branch information
woodb committed Oct 22, 2017
1 parent 0d2904a commit 039d937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const processJson = fn => {

/* Process command line arguments */
cli
.version("0.0.1")
.version("0.0.2")
.option("-c, --code <code>", "Function to execute to parse JSON");
cli.parse(process.argv);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jpl",
"version": "0.0.1",
"version": "0.0.2",
"description": "Command line JSON parser, processor",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 039d937

Please sign in to comment.