2
0
mirror of https://github.com/iconify/iconify.git synced 2024-12-13 14:13:06 +00:00

Merge pull request #94 from ModyQyW/master

Fix for @iconify/vue and @iconify/vue2 exports
This commit is contained in:
Vjacheslav Trushkin 2021-11-18 09:48:52 +02:00 committed by GitHub
commit 1167adab5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -26,9 +26,9 @@
"exports": {
"./*": "./*",
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"import": "./dist/iconify.mjs",
"types": "./dist/iconify.d.ts",
"default": "./dist/iconify.js"
},
"./offline": {
"import": "./dist/offline.mjs",

View File

@ -26,9 +26,9 @@
"exports": {
"./*": "./*",
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"import": "./dist/iconifg.mjs",
"types": "./dist/iconify.d.ts",
"default": "./dist/iconify.js"
},
"./offline": {
"import": "./dist/offline.mjs",