This commit is contained in:
David Braun 2017-12-06 13:21:54 -05:00
parent 305faa8341
commit be1fafdc22

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.5.0", "version": "0.6.0",
"author": { "author": {
"name": "David Braun", "name": "David Braun",
"email": "David@NodeGuy.com", "email": "David@NodeGuy.com",
@ -16,7 +16,11 @@
"mocha": "4.0.1" "mocha": "4.0.1"
}, },
"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": {