Skip to content

Commit b6db923

Browse files
committed
Add configuration to improve node port publishing.
1 parent ceb26a2 commit b6db923

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

source/ports/node_port/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CMakeLists.txt

source/ports/node_port/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

source/ports/node_port/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"function-mesh"
2323
],
2424
"license": "Apache 2.0",
25+
"publishConfig": {
26+
"access": "public"
27+
},
2528
"devDependencies": {
2629
"mocha": "^6.1.4",
2730
"node-addon-api": "^1.6.3"

0 commit comments

Comments
 (0)