Skip to content

Commit c056175

Browse files
author
Victor Martins
committed
docs: change package to scoped
1 parent 164f9d7 commit c056175

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

package.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
2-
"name": "node-clusterize",
2+
"name": "@doris/node-clusterize",
33
"version": "1.1.22",
44
"description": "enables the creation of child processes (workers) that run simultaneously and share the same server port",
55
"main": "dist/index.js",
66
"module": "dist/module.js",
77
"types": "dist/types.d.ts",
8-
"repository": "https://github.com/doris-mobi/node-clusterize",
9-
"author": "[email protected]",
10-
"license": "MIT",
11-
"files": [
12-
"dist"
13-
],
148
"scripts": {
159
"prebuild": "rimraf ./dist",
1610
"build": "parcel build src/index.ts",
@@ -44,7 +38,17 @@
4438
"ts-jest": "^27.1.4",
4539
"typescript": "^4.6.3"
4640
},
41+
"repository": "https://github.com/doris-mobi/node-clusterize",
42+
"homepage": "https://github.com/doris-mobi/node-clusterize",
43+
"bugs": {
44+
"url": "https://github.com/doris-mobi/node-clusterize/issues"
45+
},
46+
"author": "[email protected]",
47+
"license": "MIT",
4748
"engines": {
4849
"node": ">= 14"
49-
}
50+
},
51+
"files": [
52+
"dist"
53+
]
5054
}

0 commit comments

Comments
 (0)