From 44ec8195f7a64531de7705c054fc5e245f25f578 Mon Sep 17 00:00:00 2001 From: kura Date: Sat, 21 Dec 2024 00:46:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E9=BD=90index.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75e29df..21dda70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "img2webp-cli", - "version": "1.0.0", + "version": "1.0.1", "description": "Convert images to WebP format using WASM in cli", "type": "module", "bin": { @@ -13,7 +13,8 @@ }, "files": [ "bin", - "wasm" + "wasm", + "index.js" ], "keywords": [ "image",