Skip to content

Commit

Permalink
Prerelease 1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Dec 16, 2023
2 parents 2ecd2b3 + 4f8f2f9 commit f9119e2
Show file tree
Hide file tree
Showing 166 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It is highly recommended to completely remove the old version of the fonts befor

## To build

You need [Node.js](https://nodejs.org/en/) (version 18 or newer), [AFDKO](https://github.com/adobe-type-tools/afdko) (latest) and [ttfautohint](https://www.freetype.org/ttfautohint) installed, then run:
You need [Node.js](https://nodejs.org/en/) (version 20 or newer), [AFDKO](https://github.com/adobe-type-tools/afdko) (latest) and [ttfautohint](https://www.freetype.org/ttfautohint) installed, then run:

```bash
npm install
Expand Down
2 changes: 1 addition & 1 deletion README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Sarasa Gothic 提供了多种字重和字型的组合,以满足不同的场景

### 要求

安装 [Node.js](https://nodejs.org/en/)[ttfautohint](https://www.freetype.org/ttfautohint)
安装 [Node.js](https://nodejs.org/en/)[AFDKO](https://github.com/adobe-type-tools/afdko)[ttfautohint](https://www.freetype.org/ttfautohint)

### 创建所有字体

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sarasa-gothic",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"main": "./run",
"scripts": {
"build": "verda -f verdafile.mjs",
Expand Down Expand Up @@ -28,6 +28,6 @@
"prettier": "^3.0.3"
},
"engines": {
"node": ">=12.0.0"
"node": ">=20.0.0"
}
}
Loading

0 comments on commit f9119e2

Please sign in to comment.