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 ceb26a2 commit b6db923Copy full SHA for b6db923
source/ports/node_port/.npmignore
@@ -0,0 +1 @@
1
+CMakeLists.txt
source/ports/node_port/.npmrc
+//registry.npmjs.org/:_authToken=${NPM_TOKEN}
source/ports/node_port/package.json
@@ -22,6 +22,9 @@
22
"function-mesh"
23
],
24
"license": "Apache 2.0",
25
+ "publishConfig": {
26
+ "access": "public"
27
+ },
28
"devDependencies": {
29
"mocha": "^6.1.4",
30
"node-addon-api": "^1.6.3"
0 commit comments