Skip to content

Commit

Permalink
Node exports
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Dec 4, 2023
1 parent 5d64d3d commit 0dd16c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/connect-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@
"main": "./dist/cjs/index.js",
"exports": {
".": {
"node": {
"import": "./dist/proxy/index.js",
"require": "./dist/cjs/index.js"
},
"module": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"import": "./dist/proxy/index.js"
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"peerDependencies": {
Expand Down

0 comments on commit 0dd16c4

Please sign in to comment.