Skip to content

Commit b349a73

Browse files
authored
fix(ct): export package.json (#31504)
1 parent d1e76d9 commit b349a73

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

packages/playwright-ct-react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"./hooks": {
2727
"types": "./hooks.d.ts",
2828
"default": "./hooks.mjs"
29-
}
29+
},
30+
"./package.json": "./package.json"
3031
},
3132
"dependencies": {
3233
"@playwright/experimental-ct-core": "1.46.0-next",

packages/playwright-ct-react17/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"./hooks": {
2727
"types": "./hooks.d.ts",
2828
"default": "./hooks.mjs"
29-
}
29+
},
30+
"./package.json": "./package.json"
3031
},
3132
"dependencies": {
3233
"@playwright/experimental-ct-core": "1.46.0-next",

packages/playwright-ct-solid/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"./hooks": {
2727
"types": "./hooks.d.ts",
2828
"default": "./hooks.mjs"
29-
}
29+
},
30+
"./package.json": "./package.json"
3031
},
3132
"dependencies": {
3233
"@playwright/experimental-ct-core": "1.46.0-next",

packages/playwright-ct-svelte/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"./hooks": {
2727
"types": "./hooks.d.ts",
2828
"default": "./hooks.mjs"
29-
}
29+
},
30+
"./package.json": "./package.json"
3031
},
3132
"dependencies": {
3233
"@playwright/experimental-ct-core": "1.46.0-next",

packages/playwright-ct-vue/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"./hooks": {
2727
"types": "./hooks.d.ts",
2828
"default": "./hooks.mjs"
29-
}
29+
},
30+
"./package.json": "./package.json"
3031
},
3132
"dependencies": {
3233
"@playwright/experimental-ct-core": "1.46.0-next",

packages/playwright-ct-vue2/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"./hooks": {
2727
"types": "./hooks.d.ts",
2828
"default": "./hooks.mjs"
29-
}
29+
},
30+
"./package.json": "./package.json"
3031
},
3132
"dependencies": {
3233
"@playwright/experimental-ct-core": "1.46.0-next",

0 commit comments

Comments
 (0)