2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 00:39:02 +00:00

chore: add exports to svelte component

This commit is contained in:
Vjacheslav Trushkin 2023-12-16 11:55:12 +02:00
parent d037f7ae13
commit e38f248bce

View File

@ -2,7 +2,7 @@
"name": "@iconify/svelte",
"description": "Iconify icon component for Svelte.",
"author": "Vjacheslav Trushkin",
"version": "3.1.4",
"version": "3.1.5",
"license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://github.com/iconify/iconify",
@ -16,6 +16,11 @@
"module": "dist/index.mjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"svelte": "./dist/index.js"
}
},
"scripts": {
"cleanup": "rimraf lib dist",
"prebuild": "pnpm run cleanup",