Skip to content

Commit ec181a4

Browse files
authored
Merge pull request #16 from dev-five-git/rm-package.json
Rm Package.json
2 parents bcac76b + aeea695 commit ec181a4

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

packages/node/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"version": "1.0.1",
2121
"scripts": {
22-
"build": "wasm-pack build --target bundler --out-dir ./pkg --out-name index && node script.js",
22+
"build": "wasm-pack build --target bundler --out-dir ./pkg --out-name index",
2323
"test": "wasm-pack test --node"
2424
},
2525
"publishConfig": {
@@ -31,7 +31,6 @@
3131
"files": [
3232
"pkg/index.d.ts",
3333
"pkg/index.js",
34-
"pkg/package.json",
3534
"pkg/index_bg.wasm",
3635
"pkg/index_bg.wasm.d.ts"
3736
],

packages/node/script.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)