Skip to content

Commit 1168942

Browse files
committed
0.0.3
1 parent c9aa07e commit 1168942

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "typed-custom-elements",
44
"description": "TypeScript types for building type-safe Web Components with proper type checking for custom elements.",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"type": "module",
77
"license": "MIT-0",
8+
"repository": "https://github.com/jsxtools/typed-custom-elements",
9+
"bugs": "https://github.com/jsxtools/typed-custom-elements/issues",
810
"exports": {
911
".": "./typed-custom-elements.js",
1012
"./CustomElement": "./CustomElement.js",

0 commit comments

Comments
 (0)