fix: wasm-pack bin script entry

master
Andreas Hippler 2 years ago
parent d5cb84e3e8
commit 85fdb95b08
  1. 2
      npm/package.json

@ -7,7 +7,7 @@
"postinstall": "node ./install.js" "postinstall": "node ./install.js"
}, },
"bin": { "bin": {
"wasm-pack": "node ./run.js" "wasm-pack": "./run.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save