Merge pull request #1149 from rustwasm/avery/quick-fix

fix: adds back run.js to npm installer
master
Jesper Håkansson 2 years ago committed by GitHub
commit e3582b7002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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