mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Signed-off-by: Wes <wesbillman@users.noreply.github.com> Co-authored-by: Pinky <44b8e82baa6e0e254e0208d68f335c283c94e7b78dd1fa10d5a49d3f13dd0435@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": {
|