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:
parent
fb51565d17
commit
093aed6c0e
@ -106,6 +106,13 @@
|
||||
"import": "./lib/storage/storage.mjs"
|
||||
}
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": [
|
||||
"./lib/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify/api-redundancy": "^1.1.0",
|
||||
"@iconify/types": "^1.0.13",
|
||||
|
4
packages/utils/package-lock.json
generated
4
packages/utils/package-lock.json
generated
@ -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",
|
||||
|
@ -196,13 +196,13 @@
|
||||
"lib",
|
||||
"*.d.ts"
|
||||
],
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": [
|
||||
"./lib/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": [
|
||||
"./lib/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@antfu/install-pkg": "^0.1.0",
|
||||
"@antfu/utils": "^0.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user