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 c9aa07e commit 1168942Copy full SHA for 1168942
package.json
@@ -2,9 +2,11 @@
2
"$schema": "https://json.schemastore.org/package.json",
3
"name": "typed-custom-elements",
4
"description": "TypeScript types for building type-safe Web Components with proper type checking for custom elements.",
5
- "version": "0.0.2",
+ "version": "0.0.3",
6
"type": "module",
7
"license": "MIT-0",
8
+ "repository": "https://github.com/jsxtools/typed-custom-elements",
9
+ "bugs": "https://github.com/jsxtools/typed-custom-elements/issues",
10
"exports": {
11
".": "./typed-custom-elements.js",
12
"./CustomElement": "./CustomElement.js",
0 commit comments