mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Signed-off-by: npub1yxv5wk0u0fh6dwt925wntn7h397jvteyj4r87ttcd9xae7n2t3lqqj9jmm <21994759fc7a6fa6b965551d35cfd7897d262f2495467f2d78694ddcfa6a5c7e@sprout-oss.stage.blox.sqprod.co> Co-authored-by: npub1yxv5wk0u0fh6dwt925wntn7h397jvteyj4r87ttcd9xae7n2t3lqqj9jmm <21994759fc7a6fa6b965551d35cfd7897d262f2495467f2d78694ddcfa6a5c7e@sprout-oss.stage.blox.sqprod.co>
24 lines
588 B
Diff
24 lines
588 B
Diff
diff --git a/package.json b/package.json
|
|
index 330b0513126e2ace570d8ba5664b49a2903a9b37..46e5b3e5fa7297e2cd6c47eb8eb4f4de504e4c5d 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -8,13 +8,13 @@
|
|
"module": "./index.js",
|
|
"exports": {
|
|
".": {
|
|
- "node": {
|
|
- "types": "./index.d.cts",
|
|
- "default": "./index.cjs"
|
|
- },
|
|
- "default": {
|
|
+ "import": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
+ },
|
|
+ "require": {
|
|
+ "types": "./index.d.cts",
|
|
+ "default": "./index.cjs"
|
|
}
|
|
},
|
|
"./http/node": {
|