Skip to content

Commit 65017d2

Browse files
committed
Add a "./": "./" export target as an escape hatch
1 parent 2086c62 commit 65017d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
},
4040
"exports": {
4141
".": "./index.js",
42+
"./": "./",
4243
"./parse-cst": "./parse-cst.js",
4344
"./types": [
4445
{

0 commit comments

Comments
 (0)