Add support for naming override (#2275). (#2278)

This commit is contained in:
Belleve 2024-04-03 17:16:17 -10:00 committed by GitHub
parent f9e23f0172
commit 21d63ff67e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 180 additions and 117 deletions

View file

@ -1,11 +1,11 @@
{
"name": "@iosevka/generate-samples",
"version": "29.0.6",
"version": "29.1.0",
"private": true,
"exports": {
".": "./src/index.mjs"
},
"dependencies": {
"@iosevka/data-export": "29.0.6"
"@iosevka/data-export": "29.1.0"
}
}