Skip to content

Commit 61d8572

Browse files
committed
version bump v2.5.0
1 parent ca15db9 commit 61d8572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "commander"
3-
, "version": "2.4.0"
3+
, "version": "2.5.0"
44
, "description": "the complete solution for node.js command-line programs"
55
, "keywords": ["command", "option", "parser", "prompt"]
66
, "author": "TJ Holowaychuk <[email protected]>"
77
, "license": "MIT"
8-
, "repository": { "type": "git", "url": "https://github.com/visionmedia/commander.js.git" }
8+
, "repository": { "type": "git", "url": "https://github.com/tj/commander.js.git" }
99
, "devDependencies": { "should": ">= 0.0.1" }
1010
, "scripts": { "test": "make test" }
1111
, "main": "index"

0 commit comments

Comments
 (0)