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.
2 parents bcac76b + aeea695 commit ec181a4Copy full SHA for ec181a4
2 files changed
packages/node/package.json
@@ -19,7 +19,7 @@
19
],
20
"version": "1.0.1",
21
"scripts": {
22
- "build": "wasm-pack build --target bundler --out-dir ./pkg --out-name index && node script.js",
+ "build": "wasm-pack build --target bundler --out-dir ./pkg --out-name index",
23
"test": "wasm-pack test --node"
24
},
25
"publishConfig": {
@@ -31,7 +31,6 @@
31
"files": [
32
"pkg/index.d.ts",
33
"pkg/index.js",
34
- "pkg/package.json",
35
"pkg/index_bg.wasm",
36
"pkg/index_bg.wasm.d.ts"
37
packages/node/script.js
0 commit comments