Skip to content

Commit

Permalink
Changed node version to >= 0.4.0, closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
oleics committed Mar 18, 2012
1 parent afc080a commit 56cdf95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ a lightweight alternative to [hook.io](https://github.com/hookio).
Projects using *tinyforever* can switch to *forever* at any time.

* only forever.Monitor
* only module-fork
* only module-fork/spawn
* Properties
* child
* running
Expand All @@ -33,11 +33,13 @@ Projects using *tinyforever* can switch to *forever* at any time.
* Options
* silent
* max
* fork (node >= 0.5.1)
* killTTL
* minUptime
* spinSleepTime
* cwd
* env
* hideEnv
* options

## MIT License
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"email": "oliver.leics@gmail.com"
},
"name": "tinyforever",
"version": "0.0.1",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git://github.com/oleics/tinyforever.git"
Expand All @@ -13,7 +13,7 @@
],
"main": "./tinyforever",
"engines": {
"node": ">= v0.5.1"
"node": ">= 0.4.0"
},
"dependencies": {
},
Expand Down

0 comments on commit 56cdf95

Please sign in to comment.