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 c0729f5 commit 8f681e9Copy full SHA for 8f681e9
package.json
@@ -1,7 +1,8 @@
1
{
2
"name": "wired-elements",
3
- "version": "3.0.0-rc.6",
+ "version": "3.0.0-rc.7",
4
"description": "Collection of hand-drawn sketchy web components",
5
+ "type": "module",
6
"main": "lib/wired-elements.js",
7
"module": "lib/wired-elements.js",
8
"types": "lib/wired-elements.d.ts",
@@ -35,4 +36,4 @@
35
36
"lit": "^2.0.0-rc.1",
37
"roughjs": "^4.3.1"
38
}
-}
39
+}
0 commit comments