Skip to content

Commit dfafe17

Browse files
committed
Fix package.exports
1 parent 666c300 commit dfafe17

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626
"require": "./index.js",
2727
"import": "./index.mjs"
2828
},
29-
"./": "./"
29+
"./async": "./async.js",
30+
"./objectifier": "./objectifier.js",
31+
"./parser": "./parser.js",
32+
"./process-result": "./process-result.js",
33+
"./sync": "./sync.js"
3034
},
3135
"funding": {
3236
"type": "opencollective",

0 commit comments

Comments
 (0)