Skip to content

Commit

Permalink
build:package: fix windows paths in generated package.json (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrentz authored Jan 14, 2025
1 parent d39aba6 commit b18843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async function main() {
`file:${path.relative(
path.dirname(packageJsonPath),
path.join(packageDir, packageName),
)}`,
).replace(/\\/g, "/")}`,
]),
),
},
Expand Down

0 comments on commit b18843a

Please sign in to comment.