Skip to content

Commit

Permalink
bump package json as 0.10 is no longer compatible with node 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nullivex committed Oct 7, 2015
1 parent d672419 commit b3a51a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Infant [![Build Status](https://travis-ci.org/snailjs/infant.png?branch=master)]
Infant is a helper package that wraps some of the core node modules that are
used to provide child process and cluster support.

**NOTE** For Node 0.10.x use Infant 0.9.5

**NOTE** For Node 0.12.0+ (including 4.x) use Infant 0.10+

This package comes with two main helpers **Child**, **Cluster** which provide
enhanced functionality over the basic functionality that the core packages
provide. Additionally the **Lifecycle** helper is provided for organizing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"process"
],
"engines": {
"node": ">=0.10.0"
"node": ">=0.12.0"
},
"dependencies": {
"async": "1.4.x",
Expand Down

0 comments on commit b3a51a4

Please sign in to comment.