Skip to content

Commit 0b6a9d0

Browse files
committed
chore: update export map
1 parent fa25078 commit 0b6a9d0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
"author": "Jan T. Sott",
66
"license": "MIT",
77
"type": "module",
8-
"exports": "./dist/index.js",
8+
"exports": {
9+
"types": {
10+
"import": "./dist/index.d.mts",
11+
"require": "./dist/index.d.cts"
12+
},
13+
"import": "./dist/index.mjs",
14+
"require": "./dist/index.cjs"
15+
},
916
"repository": {
1017
"type": "git",
1118
"url": "git+https://github.com/idleberg/gulp-xml-validator.git"

0 commit comments

Comments
 (0)