Commit 60ac1e6
committed
PackageToJS: Remove "playwright" dependency declaration from generated package.json
We alreawdy recommend users to declare playwright dep in their own package.json,
so it doesn't make sense to have it declared here as well.
```
Playwright is not available in the current environment.
Please run the following command to install it:
$ npm install playwright && npx playwright install chromium
```
Actually, the declaration also makes things more complicated when users already
have playwright dependency declared with a different version. Given that
users unlikely commit the generated package.json into their repositories,
it can't be a part of "workspace" either, so there is no benefit to have it here.1 parent c6353c4 commit 60ac1e6
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 12 | | |
21 | 13 | | |
0 commit comments