Skip to content

Commit

Permalink
package.json fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Sep 5, 2024
1 parent b856036 commit 57faf4d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions packages/payloadset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"node": {
"types": "./dist/node/indexNode.d.ts",
"default": "./dist/node/indexNode.mjs"
}
},
"types": "./dist/node/indexNode.d.ts",
"default": "./dist/node/indexNode.mjs"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -61,4 +63,4 @@
"publishConfig": {
"access": "public"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"node": {
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.mjs"
}
},
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.mjs"
},
"./package.json": "./package.json"
},
Expand All @@ -48,4 +50,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 4 additions & 2 deletions packages/payloadset/packages/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"node": {
"types": "./dist/node/indexNode.d.ts",
"default": "./dist/node/indexNode.mjs"
}
},
"types": "./dist/node/indexNode.d.ts",
"default": "./dist/node/indexNode.mjs"
},
"./package.json": "./package.json"
},
Expand All @@ -52,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 57faf4d

Please sign in to comment.