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 6f57c4d commit 5931964Copy full SHA for 5931964
bindings/devup-ui-wasm/package.json
@@ -5,6 +5,9 @@
5
"build": "wasm-pack build --target nodejs --out-dir ./pkg --out-name index",
6
"test": "wasm-pack test --node"
7
},
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
11
"sideEffects": false,
12
"main": "./pkg/index.js",
13
"module": "./pkg/index.js",
0 commit comments