This commit is contained in:
David Braun 2017-10-06 21:01:51 -04:00
parent 8c599e8e5c
commit e4e6fbfae3
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "@nodeguy/channel", "name": "@nodeguy/channel",
"version": "0.0.0", "version": "0.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,7 +1,7 @@
{ {
"name": "@nodeguy/channel", "name": "@nodeguy/channel",
"description": "a Channel type for Go-like concurrency", "description": "a Channel type for Go-like concurrency",
"version": "0.0.0", "version": "0.1.0",
"author": { "author": {
"name": "David Braun", "name": "David Braun",
"email": "David@NodeGuy.com", "email": "David@NodeGuy.com",