Skip to content

Commit

Permalink
πŸš€ v0.1.7
Browse files Browse the repository at this point in the history
- fix file renaming for multiple `-` in crate name.
- support crate installed via npm.

Thanks @luxbe β™₯
  • Loading branch information
nshen committed Oct 14, 2021
1 parent 9463c5d commit 75e35a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"devDependencies": {
"vite": "^2.6.5",
"vite-plugin-wasm-pack": "^0.1.6"
"vite-plugin-wasm-pack": "^0.1.7"
},
"scripts": {
"wasm": "wasm-pack build ./my-crate --target web",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-wasm-pack",
"version": "0.1.6",
"version": "0.1.7",
"description": "Vite plugin for rust using wasm-pack πŸ¦€",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -12,13 +12,13 @@
"dev": "tsc -w"
},
"keywords": [
"vite",
"vite-plugin",
"wasm-pack",
"wasm-bindgen",
"rust",
"vite-plugin",
"webassembly",
"wasm",
"rust",
"vite",
"cargo"
],
"author": "nshen <[email protected]>",
Expand Down

0 comments on commit 75e35a5

Please sign in to comment.