Remove our specific stuff from package.json

This commit is contained in:
Lewis Diamond 2019-12-06 16:46:48 -05:00
parent 4b806c4d4e
commit 7c5fe5c9f7

View File

@ -1,6 +1,6 @@
{ {
"name": "@jogogo/mhysa", "name": "mhysa",
"version": "0.1.0-alpha.1", "version": "2.0.0-alpha.1",
"description": "Streams and event emitter utils for Node.js", "description": "Streams and event emitter utils for Node.js",
"keywords": [ "keywords": [
"promise", "promise",
@ -27,11 +27,8 @@
"files": [ "files": [
"dist" "dist"
], ],
"publishConfig": {
"registry": "https://npm.dev.jogogo.co/"
},
"repository": { "repository": {
"url": "git@github.com:Jogogoplay/mhysa.git", "url": "git@github.com:Wenzil/Mhysa.git",
"type": "git" "type": "git"
}, },
"scripts": { "scripts": {