Skip to content

Commit

Permalink
chore(release): 0.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lete114 committed Jan 21, 2024
1 parent acd940a commit c4dd156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <me@imlete.cn>",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c4dd156

Please sign in to comment.