Skip to content

Commit

Permalink
[dist] Version bump. 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Apr 21, 2013
1 parent 02b44b1 commit a9d7aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
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.10.1",
"version": "0.10.5",
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
"maintainers": [
"indexzero <charlie@nodejitsu.com>",
Expand Down Expand Up @@ -48,7 +48,7 @@
"test": "vows test/**/*-test.js --spec -i"
},
"engines": {
"node": "0.8.x"
"node": ">= 0.8.x"
}
}

0 comments on commit a9d7aa1

Please sign in to comment.