Skip to content

Commit 2e817f1

Browse files
committed
chore: release v0.1.0
1 parent a279d80 commit 2e817f1

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# v0.1.0
2+
3+
First version

npm/cli/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@ttf.zig/cli",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
4+
"author": "kanno",
5+
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/nonzzz/ttf.git"
9+
},
410
"bin": {
511
"ttf-subset": "./dist/index.js"
612
},

npm/ttf.zig/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
22
"name": "ttf.zig",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"types": "dist/index.d.ts",
7+
"author": "kanno",
8+
"license": "MIT",
79
"description": "A Zig library for subsetting TTF fonts.",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/nonzzz/ttf.git"
13+
},
814
"exports": {
915
".": {
1016
"import": "./dist/index.mjs",

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"description": "A tool to extract ttf/otf subsets.",
2+
"description": "A tool to extract ttf subsets.",
33
"scripts": {
44
"bench": "tsx bench.ts",
55
"build:wasm": "zig build wasm && rollup --config ./bindings/javascript/rollup.config.ts --configPlugin swc3",
66
"build:cli": "pnpm run --dir ./npm/cli build",
77
"dev:web": "vite --config ./web/vite.config.mts",
88
"build:web": "pnpm run build:wasm && vite build --config ./web/vite.config.mts"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/nonzzz/ttf.git"
13+
},
1014
"keywords": [],
1115
"author": "Kanno",
1216
"license": "MIT",

0 commit comments

Comments
 (0)