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

chore: fix peer dependencies for svelte

This commit is contained in:
Vjacheslav Trushkin 2023-06-01 18:03:19 +03:00
parent f03056cc8c
commit 00d825d6af

View File

@ -2,7 +2,7 @@
"name": "@iconify/svelte",
"description": "Iconify icon component for Svelte.",
"author": "Vjacheslav Trushkin",
"version": "3.1.3",
"version": "3.1.4",
"license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://github.com/iconify/iconify",
@ -48,6 +48,6 @@
"vitest": "^0.29.8"
},
"peerDependencies": {
"svelte": ">=3"
"svelte": "*"
}
}