Export multiple atlases for pages (#2401)

This commit is contained in:
Belleve 2024-06-29 17:03:59 -10:00 committed by GitHub
parent 65a9419355
commit f3126d0f35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 193 additions and 121 deletions

View file

@ -1,13 +1,13 @@
{
"name": "@iosevka/font-otl",
"version": "30.3.0",
"version": "30.3.1",
"private": true,
"exports": {
".": "./src/index.mjs"
},
"dependencies": {
"@iosevka/font-glyphs": "30.3.0",
"@iosevka/glyph": "30.3.0",
"@iosevka/font-glyphs": "30.3.1",
"@iosevka/glyph": "30.3.1",
"toposort": "^2.0.2"
}
}