This commit is contained in:
David Braun 2017-10-23 11:46:38 -04:00
parent 2209c0ea76
commit 3265a5472e

View file

@ -1,7 +1,7 @@
{ {
"name": "@nodeguy/channel", "name": "@nodeguy/channel",
"description": "Go-like channels for JavaScript", "description": "Go-like channels for JavaScript",
"version": "0.4.0", "version": "0.5.0",
"author": { "author": {
"name": "David Braun", "name": "David Braun",
"email": "David@NodeGuy.com", "email": "David@NodeGuy.com",
@ -18,7 +18,11 @@
"prettier": "1.7.4" "prettier": "1.7.4"
}, },
"homepage": "https://github.com/NodeGuy/channel", "homepage": "https://github.com/NodeGuy/channel",
"keywords": ["CSP", "channel", "concurrency"], "keywords": [
"CSP",
"channel",
"concurrency"
],
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "lib/index.js", "main": "lib/index.js",
"repository": { "repository": {