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,6 +1,6 @@
{
"name": "@iosevka/param",
"version": "30.3.0",
"version": "30.3.1",
"private": true,
"exports": {
".": "./src/index.mjs",
@ -9,6 +9,6 @@
"./metric-override": "./src/metric-override.mjs"
},
"dependencies": {
"@iosevka/util": "30.3.0"
"@iosevka/util": "30.3.1"
}
}