Update package json
This commit is contained in:
parent
4f80d44ed8
commit
9e14d8c044
17
package.json
17
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mhysa",
|
"name": "mhysa",
|
||||||
"version": "1.0.2",
|
"version": "0.0.1-alpha",
|
||||||
"description": "Streams and event emitter utils for Node.js",
|
"description": "Streams and event emitter utils for Node.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"promise",
|
"promise",
|
||||||
@ -11,14 +11,27 @@
|
|||||||
"author": {
|
"author": {
|
||||||
"name": "Wenzil"
|
"name": "Wenzil"
|
||||||
},
|
},
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "jerry",
|
||||||
|
"email": "jerry@jogogo.co"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lewis",
|
||||||
|
"email": "lewis@jogogo.co"
|
||||||
|
}
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
"publishConfig": {
|
||||||
|
"registry": "https://npm.dev.jogogo.co/"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "git@github.com:Wenzil/Mhysa.git",
|
"url": "git@github.com:Jogogoplay/analytics-client.git",
|
||||||
"type": "git"
|
"type": "git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user