mirror of
https://github.com/iconify/iconify.git
synced 2024-12-04 18:23:17 +00:00
chore: add exports to svelte component
This commit is contained in:
parent
d037f7ae13
commit
e38f248bce
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user