From c4dd1566756f196716013b761d52ebc2f7c2dd08 Mon Sep 17 00:00:00 2001 From: Lete114 Date: Sun, 21 Jan 2024 15:54:25 +0800 Subject: [PATCH] chore(release): 0.0.0-alpha.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8d27eed..36fc147 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "font-minify", "type": "module", - "version": "0.0.0-alpha.3", + "version": "0.0.0-alpha.4", "packageManager": "pnpm@8.12.1", "description": "Keep only used glyphs and remove unused glyphs. Generate font subsets to achieve the purpose of compression", "author": "Lete114 ", @@ -32,7 +32,7 @@ "default": "./dist/index.umd.js" }, "./umd": "./dist/index.umd.js", - "./woff2Wasm": "./node_modules/fonteditor-core/woff2/woff2.wasm" + "./woff2Wasm": "./dist/woff2.wasm" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs",