2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-07 07:34:22 +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", "name": "@iconify/svelte",
"description": "Iconify icon component for Svelte.", "description": "Iconify icon component for Svelte.",
"author": "Vjacheslav Trushkin", "author": "Vjacheslav Trushkin",
"version": "3.1.3", "version": "3.1.4",
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues", "bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://github.com/iconify/iconify", "homepage": "https://github.com/iconify/iconify",
@ -48,6 +48,6 @@
"vitest": "^0.29.8" "vitest": "^0.29.8"
}, },
"peerDependencies": { "peerDependencies": {
"svelte": ">=3" "svelte": "*"
} }
} }