Skip to content

Commit 5931964

Browse files
committed
Add publish config
1 parent 6f57c4d commit 5931964

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bindings/devup-ui-wasm/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"build": "wasm-pack build --target nodejs --out-dir ./pkg --out-name index",
66
"test": "wasm-pack test --node"
77
},
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"sideEffects": false,
912
"main": "./pkg/index.js",
1013
"module": "./pkg/index.js",

0 commit comments

Comments
 (0)