We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bbdf7 commit 04fa8d4Copy full SHA for 04fa8d4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "qwik-sonner",
3
- "version": "0.2.2",
+ "version": "0.3.0",
4
"description": "An opinionated toast component for Qwik.",
5
"keywords": [
6
"qwik",
@@ -34,7 +34,10 @@
34
"types": "./lib-types/index.d.ts"
35
}
36
},
37
- "files": ["lib", "lib-types"],
+ "files": [
38
+ "lib",
39
+ "lib-types"
40
+ ],
41
"engines": {
42
"node": ">=16.0.0"
43
@@ -71,4 +74,4 @@
71
74
"vite": "5.2.7",
72
75
"vite-tsconfig-paths": "4.3.2"
73
76
-}
77
+}
0 commit comments