Skip to content

Commit

Permalink
[dist] Locked in nconf to v0.4.x. Bumped to v0.7.4. Should close #172
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Nov 24, 2011
1 parent 4ae63d0 commit 791c123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "forever",
"preferGlobal": "true",
"description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)",
"version": "0.7.3",
"version": "0.7.4",
"author": "Nodejitsu Inc <info@nodejitsu.com>",
"contributors": [
{ "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" },
Expand All @@ -13,7 +13,7 @@
],
"repository": {
"type": "git",
"url": "http://github.com/indexzero/forever.git"
"url": "http://github.com/nodejitsu/forever.git"
},
"keywords": [
"cli",
Expand All @@ -31,7 +31,7 @@
"flatiron": "0.1.x",
"minimatch": "0.0.x",
"mkdirp": "0.x.x",
"nconf": "0.x.x",
"nconf": "0.4.x",
"optimist": "0.2.x",
"pkginfo": "0.x.x",
"portfinder": "0.x.x",
Expand Down

0 comments on commit 791c123

Please sign in to comment.