Skip to content

Commit 8f681e9

Browse files
committed
added type in package.json
1 parent c0729f5 commit 8f681e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "wired-elements",
3-
"version": "3.0.0-rc.6",
3+
"version": "3.0.0-rc.7",
44
"description": "Collection of hand-drawn sketchy web components",
5+
"type": "module",
56
"main": "lib/wired-elements.js",
67
"module": "lib/wired-elements.js",
78
"types": "lib/wired-elements.d.ts",
@@ -35,4 +36,4 @@
3536
"lit": "^2.0.0-rc.1",
3637
"roughjs": "^4.3.1"
3738
}
38-
}
39+
}

0 commit comments

Comments
 (0)