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

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
- use ^ for consistency
  • Loading branch information
jperl committed Apr 9, 2020
1 parent 351e4cf commit 29bdf3c
Show file tree
Hide file tree
Showing 3 changed files with 788 additions and 720 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ When Playwright adds support for the Screencast API in Firefox and WebKit, this
## Install

```sh
npm i playwright@next playwright-video ffmpeg-static
npm i playwright playwright-video ffmpeg-static
```

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

```sh
npm i playwright@next playwright-video
npm i playwright playwright-video
```

## Use
Expand Down
Loading

0 comments on commit 29bdf3c

Please sign in to comment.