Skip to content

Commit

Permalink
more package.json fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Sep 5, 2024
1 parent d6d6b0e commit 2e15e31
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions packages/modules/packages/bridge/packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.mjs"
},
"module": "./dist/neutral/index-browser.mjs",
"types": "./dist/neutral/index-browser.d.ts"
"types": "./dist/neutral/index-browser.d.ts",
"default": "./dist/neutral/index-browser.mjs"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -81,4 +81,4 @@
"publishConfig": {
"access": "public"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.mjs"
},
"module": "./dist/neutral/index.mjs",
"types": "./dist/neutral/index.d.ts"
"types": "./dist/neutral/index.d.ts",
"default": "./dist/neutral/index.mjs"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -67,4 +67,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 3 additions & 3 deletions packages/modules/packages/bridge/packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.mjs"
},
"module": "./dist/neutral/index.mjs",
"types": "./dist/neutral/index.d.ts"
"types": "./dist/neutral/index.d.ts",
"default": "./dist/neutral/index.mjs"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -68,4 +68,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 3 additions & 3 deletions packages/protocol/packages/core/packages/hash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.mjs"
},
"module": "./dist/neutral/index.mjs",
"types": "./dist/neutral/index.d.ts"
"types": "./dist/neutral/index.d.ts",
"default": "./dist/neutral/index.mjs"
},
"./worker/subtleHash-bundle.mjs": {
"browser": "./dist/browser/worker/subtleHash-bundle.mjs"
Expand Down Expand Up @@ -71,4 +71,4 @@
"publishConfig": {
"access": "public"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"types": "./types.node.d.ts",
"default": "./dist/node/index.mjs"
},
"module": "./dist/neutral/index.mjs",
"types": "./dist/neutral/index.d.ts"
"types": "./dist/neutral/index.d.ts",
"default": "./dist/neutral/index.mjs"
},
"./package.json": "./package.json"
},
Expand All @@ -48,4 +48,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 2e15e31

Please sign in to comment.