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