flowbite-qwik-icons 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/flowbite-icons.qwik.cjs +10551 -11089
- package/lib/flowbite-icons.qwik.mjs +10552 -11090
- package/lib-types/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "flowbite-qwik-icons",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.5",
|
4
4
|
"description": "Unofficial library for the free and open-source collection of over 430+ SVG icons for Flowbite and Qwik",
|
5
5
|
"keywords": [
|
6
6
|
"icon-library",
|
@@ -35,6 +35,7 @@
|
|
35
35
|
"engines": {
|
36
36
|
"node": ">=20.0.0"
|
37
37
|
},
|
38
|
+
"sideEffects": false,
|
38
39
|
"engines-annotation": "Mostly required by sharp which needs a Node-API v9 compatible runtime",
|
39
40
|
"private": false,
|
40
41
|
"trustedDependencies": [
|