Skip to content

Commit 998fda2

Browse files
committed
chore: release 0.0.1
1 parent 120dd89 commit 998fda2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When you install `playwright-chromium`, it downloads Chromium executables to a c
1818
11:33:48 PM: ╚═════════════════════════════════════════════════════════════════════════╝
1919
```
2020

21-
This plugins fix the above issue by caching the Playwright executables (Chromium, ffmpeg) between builds.
21+
This plugins fixes the above issue by caching the Playwright executables (Chromium, ffmpeg...) between builds.
2222

2323
## Installation
2424

@@ -46,4 +46,3 @@ Update `netlify.toml` to include the plugin:
4646
Remember to **Clear cache and retry deploy** after adding the plugin.
4747

4848
<img src="https://user-images.githubusercontent.com/8603085/188937674-a8850b77-94ec-4a20-8aa0-8f17e9df754e.png" width="400" />
49-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-plugin-playwright-cache",
3-
"version": "0.0.1-alpha.1",
3+
"version": "0.0.1",
44
"description": "Persist the Playwright executables between Netlify builds.",
55
"keywords": [
66
"netlify",

0 commit comments

Comments
 (0)