Skip to content

Commit c91607c

Browse files
committed
🚑 Restore fallback for older module format
1 parent 17590c4 commit c91607c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎package.json

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"repository": "exah/ya-fetch",
88
"sideEffects": false,
99
"type": "module",
10+
"module": "./esm/index.js",
11+
"types": "./types/index.d.ts",
1012
"exports": {
1113
".": {
1214
"import": {

0 commit comments

Comments
 (0)