diff --git a/package.json b/package.json index 8f7c383..74ccd75 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nodeguy/channel", "description": "Go-like channels for JavaScript", - "version": "0.5.0", + "version": "0.6.0", "author": { "name": "David Braun", "email": "David@NodeGuy.com", @@ -16,7 +16,11 @@ "mocha": "4.0.1" }, "homepage": "https://github.com/NodeGuy/channel", - "keywords": ["CSP", "channel", "concurrency"], + "keywords": [ + "CSP", + "channel", + "concurrency" + ], "license": "Apache-2.0", "main": "lib/index.js", "repository": {