diff --git a/README.md b/README.md index 36c7c13..a57a3a3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 2a1655f..f240c56 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "SnailJS ", "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", @@ -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", @@ -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"