Merge pull request #1250 from ahippler/master

fix: wasm-pack bin script entry
master
Jesper Håkansson 2 years ago committed by GitHub
commit d136b043ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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