Skip to content

Commit

Permalink
chore(*): upgrade @wasm-tool/wasm-pack-plugin - needed wasm-pack up…
Browse files Browse the repository at this point in the history
…grade also

Upgrade wasm-pack:

```shell
$ wasm-pack --version
wasm-pack 0.5.1
$ cargo uninstall wasm-pack
$ cargo install wasm-pack
$ wasm-pack --version
wasm-pack 0.8.1
```
  • Loading branch information
topheman committed May 30, 2019
1 parent 54be8d1 commit e1a2db5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "0.1.6",
"@wasm-tool/wasm-pack-plugin": "^0.4.2",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
Expand Down

0 comments on commit e1a2db5

Please sign in to comment.