From 651f2c57b1c301c65fd488418289ea5efc726e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E4=B8=9D?= Date: Tue, 11 May 2021 16:17:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20.npmignore=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E9=98=B2=E6=AD=A2=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E7=9A=84=E5=8C=85=E4=BD=93=E7=A7=AF=E5=A4=AA=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmignore | 7 +++++++ changelog.md | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..52899dc --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +test/ +doc/ +.travis.yml +.github/ + +yarn-error.log +yarn.lock diff --git a/changelog.md b/changelog.md index f0b1d07..3b398dd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 0.3.1 (2021-05-11) +- 添加 .npmignore 文件,防止发布的包体积太大 +- 更新 readme.md 中的徽标 + # 0.3.0 (2021-05-11) - `convert()` 和 `font.output()` 中的 `types` 选项将自动忽略不支持的格式 - 升级相关依赖