Skip to content

Commit

Permalink
ready for 0.8.2, fixed problem with async being depended on in devDep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
nullivex committed Oct 7, 2014
1 parent eb9bfb8 commit 48fc86a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,9 @@ stopped

## Changelog

### 0.8.2
* Dependency for `async` was in `devDependencies`

### 0.8.1
* Lifecycle will only call items with registered start or shutdown handlers

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "SnailJS <developers@snailjs.org>",
"name": "infant",
"description": "Child process, and cluster helper for Node.js",
"version": "0.8.1",
"version": "0.8.2",
"homepage": "http://snailjs.org/",
"repository": {
"type": "git",
Expand All @@ -21,6 +21,7 @@
"node": ">=0.10.0"
},
"dependencies": {
"async": "0.9.x",
"callsite": "1.0.x",
"debug": "2.0.x",
"node-sigint": "0.0.x",
Expand All @@ -31,7 +32,6 @@
"test": "node ./node_modules/mocha/bin/mocha"
},
"devDependencies": {
"async": "0.9.x",
"chai": "1.9.x",
"mocha": "1.21.x",
"request": "2.44.x"
Expand Down

0 comments on commit 48fc86a

Please sign in to comment.