Skip to content
Prev Previous commit
Next Next commit
temp workaround to rollup not supporting the exports right
  • Loading branch information
Larry1123 committed Sep 8, 2022
commit 21c6fc0b0f752d22b502a947df6c6726d6602e28
3 changes: 2 additions & 1 deletion packages/yarnpkg-libzip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"exports": {
".": {
"node": "./sources/sync.ts",
"browser": "./sources/async.ts"
"browser": "./sources/async.ts",
"default": "./sources/sync.ts"
},
"./sync": "./sources/sync.ts",
"./async": "./sources/async.ts",
Expand Down