Skip to content

Commit

Permalink
Move node export down in svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Jun 5, 2024
1 parent a8c4df7 commit d6c4aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/renderers/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"./experimental-playwright": {
"types": "./dist/playwright.d.ts",
"node": "./dist/playwright.js",
"import": "./dist/playwright.mjs",
"require": "./dist/playwright.js"
"require": "./dist/playwright.js",
"node": "./dist/playwright.js"
},
"./preset": "./preset.js",
"./dist/entry-preview.mjs": "./dist/entry-preview.mjs",
Expand Down

0 comments on commit d6c4aff

Please sign in to comment.