fix: adds back run.js to npm installer

master
avery 3 years ago
parent e7d57690b4
commit 0b0d510170
  1. 3
      npm/package.json

@ -6,6 +6,9 @@
"scripts": {
"postinstall": "node ./install.js"
},
"bin": {
"wasm-pack": "node ./run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rustwasm/wasm-pack.git"

Loading…
Cancel
Save