File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1+ # v0.1.0
2+
3+ First version
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments