Skip to content

Commit

Permalink
Merge pull request #1149 from rustwasm/avery/quick-fix
Browse files Browse the repository at this point in the history
fix: adds back run.js to npm installer
  • Loading branch information
drager authored Jan 28, 2023
2 parents ef0e602 + 0b0d510 commit e3582b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e3582b7

Please sign in to comment.