Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Commit 29bdf3c

Browse files
committed
update all dependencies
- use ^ for consistency
1 parent 351e4cf commit 29bdf3c

File tree

3 files changed

+788
-720
lines changed

3 files changed

+788
-720
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ When Playwright adds support for the Screencast API in Firefox and WebKit, this
99
## Install
1010

1111
```sh
12-
npm i playwright@next playwright-video ffmpeg-static
12+
npm i playwright playwright-video ffmpeg-static
1313
```
1414

1515
If you already have [FFmpeg](https://www.ffmpeg.org) installed, you can skip the `ffmpeg-static` installation by setting the `FFMPEG_PATH` environment variable.
1616

1717
```sh
18-
npm i playwright@next playwright-video
18+
npm i playwright playwright-video
1919
```
2020

2121
## Use

0 commit comments

Comments
 (0)