Skip to content

Commit 8e9de59

Browse files
committed
Exports
1 parent 538b7b6 commit 8e9de59

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
"author": "Steven Levithan",
66
"license": "MIT",
77
"type": "module",
8-
"exports": "./src/index.js",
8+
"exports": {
9+
".": {
10+
"types": "./types/index.d.ts",
11+
"import": "./src/index.js"
12+
}
13+
},
914
"browser": "./dist/regex-recursion.min.js",
1015
"types": "./types/index.d.ts",
1116
"scripts": {

0 commit comments

Comments
 (0)