Skip to content

Commit

Permalink
cherry-pick(#31504): fix(ct): export package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Jul 1, 2024
1 parent 0fe7a10 commit 5be5168
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion packages/playwright-ct-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"./hooks": {
"types": "./hooks.d.ts",
"default": "./hooks.mjs"
}
},
"./package.json": "./package.json"
},
"dependencies": {
"@playwright/experimental-ct-core": "1.45.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/playwright-ct-react17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"./hooks": {
"types": "./hooks.d.ts",
"default": "./hooks.mjs"
}
},
"./package.json": "./package.json"
},
"dependencies": {
"@playwright/experimental-ct-core": "1.45.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/playwright-ct-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"./hooks": {
"types": "./hooks.d.ts",
"default": "./hooks.mjs"
}
},
"./package.json": "./package.json"
},
"dependencies": {
"@playwright/experimental-ct-core": "1.45.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/playwright-ct-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"./hooks": {
"types": "./hooks.d.ts",
"default": "./hooks.mjs"
}
},
"./package.json": "./package.json"
},
"dependencies": {
"@playwright/experimental-ct-core": "1.45.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/playwright-ct-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"./hooks": {
"types": "./hooks.d.ts",
"default": "./hooks.mjs"
}
},
"./package.json": "./package.json"
},
"dependencies": {
"@playwright/experimental-ct-core": "1.45.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/playwright-ct-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"./hooks": {
"types": "./hooks.d.ts",
"default": "./hooks.mjs"
}
},
"./package.json": "./package.json"
},
"dependencies": {
"@playwright/experimental-ct-core": "1.45.0",
Expand Down

0 comments on commit 5be5168

Please sign in to comment.