Eng: Unify the inclusion interface (#2426)

* Unify inclusion interface

* Version bump + sample update
This commit is contained in:
Belleve 2024-07-21 16:24:06 -10:00 committed by GitHub
parent 6977550b8d
commit 4e9c3bce9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
52 changed files with 272 additions and 236 deletions

View file

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