Skip to content

Commit 428e3b8

Browse files
committed
Pulishing as GitHub Package
1 parent 99ca1d2 commit 428e3b8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://npm.pkg.github.com/saquibkhan

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "nodeaffinity",
3-
"version": "1.1.0",
2+
"name": "@saquibkhan/nodeaffinity",
3+
"version": "1.1.1",
44
"description": "Manages Node process cores. Sets and gets the CPU affinity.",
55
"main": "index.js",
66
"types": "types.d.ts",
@@ -49,5 +49,8 @@
4949
"bugs": {
5050
"url": "https://github.com/saquibkhan/nodeaffinity/issues"
5151
},
52-
"homepage": "https://github.com/saquibkhan/nodeaffinity"
53-
}
52+
"homepage": "https://github.com/saquibkhan/nodeaffinity",
53+
"publishConfig": {
54+
"registry": "https://npm.pkg.github.com/"
55+
}
56+
}

0 commit comments

Comments
 (0)