2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-07 07:34:22 +00:00

Add typesVersions to core

This commit is contained in:
Vjacheslav Trushkin 2022-03-21 10:51:47 +02:00
parent fb51565d17
commit 093aed6c0e
3 changed files with 16 additions and 9 deletions

View File

@ -106,6 +106,13 @@
"import": "./lib/storage/storage.mjs"
}
},
"typesVersions": {
"*": {
"*": [
"./lib/*"
]
}
},
"dependencies": {
"@iconify/api-redundancy": "^1.1.0",
"@iconify/types": "^1.0.13",

View File

@ -1,12 +1,12 @@
{
"name": "@iconify/utils",
"version": "1.0.25",
"version": "1.0.26",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/utils",
"version": "1.0.25",
"version": "1.0.26",
"license": "MIT",
"dependencies": {
"@antfu/install-pkg": "^0.1.0",

View File

@ -196,13 +196,13 @@
"lib",
"*.d.ts"
],
"typesVersions": {
"*": {
"*": [
"./lib/*"
]
}
},
"typesVersions": {
"*": {
"*": [
"./lib/*"
]
}
},
"dependencies": {
"@antfu/install-pkg": "^0.1.0",
"@antfu/utils": "^0.3.0",