From 75e35a57956942b8923c09ae24ad6111cb470c4d Mon Sep 17 00:00:00 2001 From: nshen Date: Thu, 14 Oct 2021 12:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20v0.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix file renaming for multiple `-` in crate name. - support crate installed via npm. Thanks @luxbe ♥ --- example/package.json | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 400df51..82a30c7 100644 --- a/example/package.json +++ b/example/package.json @@ -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", diff --git a/package.json b/package.json index e43198a..477c006 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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 ",