Skip to content

Commit

Permalink
fix: 修复 cli 的链接问题
Browse files Browse the repository at this point in the history
  • Loading branch information
KonghaYao committed Aug 24, 2024
1 parent 45f7061 commit d1192db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/subsets/bin/cn-font-split.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env node
import { fontSplit, VERSION_CN_FONT_SPLIT } from '../dist/index.js';
import { fontSplit, VERSION_CN_FONT_SPLIT } from '../dist/cn-font-split.js';
import fs from 'fs';
import mri from 'mri';
const temp = mri(process.argv.slice(2), {
Expand Down
2 changes: 1 addition & 1 deletion packages/subsets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cn-font-split",
"version": "5.2.1",
"version": "5.2.2",
"description": "划时代的字体切割工具,CJK与任何字符!支持 otf、ttf、woff2 字体多线程切割,完美地细颗粒度地进行包大小控制。A revolutionary font subetter that supports CJK and any characters! It enables multi-threaded subset of otf, ttf, and woff2 fonts, allowing for precise control over package size.",
"main": "dist/cn-font-split.cjs",
"module": "dist/cn-font-split.js",
Expand Down

0 comments on commit d1192db

Please sign in to comment.