Skip to content

Commit

Permalink
version bump "0.2.19"
Browse files Browse the repository at this point in the history
  • Loading branch information
ddopson committed Apr 19, 2016
1 parent 59cf54c commit 96c3b63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Versions.md
Expand Up @@ -3,6 +3,10 @@

* more awesome stuff? - maybe ...

### 0.2.19 (2016-04-19)

* Fix dependency break: underscore.string

### 0.2.18 (2013-04-25)

* Fix dependency break: Commander needs a specific older version
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "underscore-cli",
"description": "Command-line interface to underscore.js - useful for shell scripting and JSON processing",
"version": "0.2.18",
"version": "0.2.19",
"contributors": ["Dave Dopson <ddopson@gmail.com>"],
"dependencies": { "underscore": "1.8.3", "underscore.string": "3.2.3", "commander": "1.0.5" },
"optionalDependencies": { "coffee-script": "*", "JSONSelect": "*", "msgpack": "*" },
Expand All @@ -10,4 +10,4 @@
"directories": { "bin": "./bin" },
"repository": { "type": "git", "url": "git://github.com/ddopson/underscore-cli.git" },
"scripts": { "test": "vows --spec test/*-test.js" }
}
}

0 comments on commit 96c3b63

Please sign in to comment.