Skip to content

Commit 51f0c3d

Browse files
chore: fix exports (#1696)
Signed-off-by: Marco Ippolito <[email protected]>
1 parent b9cb93f commit 51f0c3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@
3737
}
3838
],
3939
"type": "module",
40-
"exports": "./lib/cli/index.js",
40+
"exports": {
41+
"import": "./lib/cli/index.js",
42+
"types": "./types/lib/cli/index.d.ts"
43+
},
4144
"types": "./types/lib/cli/index.d.ts",
4245
"bin": {
4346
"cdxgen": "bin/cdxgen.js",

0 commit comments

Comments
 (0)