We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ca1d2 commit 428e3b8Copy full SHA for 428e3b8
.npmrc
@@ -0,0 +1 @@
1
+registry=https://npm.pkg.github.com/saquibkhan
package.json
@@ -1,6 +1,6 @@
{
2
- "name": "nodeaffinity",
3
- "version": "1.1.0",
+ "name": "@saquibkhan/nodeaffinity",
+ "version": "1.1.1",
4
"description": "Manages Node process cores. Sets and gets the CPU affinity.",
5
"main": "index.js",
6
"types": "types.d.ts",
@@ -49,5 +49,8 @@
49
"bugs": {
50
"url": "https://github.com/saquibkhan/nodeaffinity/issues"
51
},
52
- "homepage": "https://github.com/saquibkhan/nodeaffinity"
53
-}
+ "homepage": "https://github.com/saquibkhan/nodeaffinity",
+ "publishConfig": {
54
+ "registry": "https://npm.pkg.github.com/"
55
+ }
56
+}
0 commit comments