Make the package name stromjs because strom is taken

This commit is contained in:
Lewis Diamond 2020-07-31 22:17:57 -04:00
parent 1c02cb5aea
commit caaabf4427

View File

@ -1,7 +1,7 @@
{
"name": "strom",
"version": "2.0.0",
"description": "Streams utils for Node.js",
"name": "stromjs",
"version": "2.0.0-alpha.1",
"description": "Dependency-free streams utils for Node.js",
"keywords": [
"promise",
"stream",
@ -12,12 +12,7 @@
"name": "Wenzil"
},
{
"name": "jerry",
"email": "jerry@jogogo.co"
},
{
"name": "lewis",
"email": "lewis@jogogo.co"
"name": "Lewis Diamond"
}
],
"license": "MIT",
@ -27,7 +22,7 @@
"dist"
],
"repository": {
"url": "git@git.lewis.id:ldiamond/strom.git",
"url": "git@git.lewis.id:strom/strom.git",
"type": "git"
},
"scripts": {