2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-08 06:15:24 +00:00

chore: fix exports in svelte component

This commit is contained in:
Vjacheslav Trushkin 2023-12-16 16:38:34 +02:00
parent e38f248bce
commit f39b0806c1

View File

@ -2,7 +2,7 @@
"name": "@iconify/svelte",
"description": "Iconify icon component for Svelte.",
"author": "Vjacheslav Trushkin",
"version": "3.1.5",
"version": "3.1.6",
"license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://github.com/iconify/iconify",
@ -18,7 +18,8 @@
"types": "dist/index.d.ts",
"exports": {
".": {
"svelte": "./dist/index.js"
"svelte": "./dist/Icon.svelte",
"types": "./dist/index.d.ts"
}
},
"scripts": {