Skip to content

Commit 939c8fa

Browse files
committed
fix: export of types
Signed-off-by: Tobias Kuppens Groot <tkuppensgroo@uos.de>
1 parent 94650b6 commit 939c8fa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/to-markdown/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@custom-elements-manifest/to-markdown",
3-
"version": "0.1.0",
3+
"version": "0.3.0",
44
"description": "",
55
"license": "MIT",
66
"repository": {
@@ -27,7 +27,8 @@
2727
"*.d.ts",
2828
"*.js",
2929
"lib/**/*",
30-
"dist/**/*"
30+
"dist/**/*",
31+
"types/**/*"
3132
],
3233
"keywords": [
3334
"custom-elements",
@@ -48,7 +49,8 @@
4849
".": {
4950
"import": "./index.js",
5051
"require": "./dist/index.cjs",
51-
"browser": "./dist/browser.js"
52+
"browser": "./dist/browser.js",
53+
"types": "./types/main.d.ts"
5254
}
5355
},
5456
"dependencies": {

0 commit comments

Comments
 (0)