playwright/packages/playwright-chromium
Andrey Lushnikov cea036ab7e
feat: change vendor package exports (#818)
* feat: change vendor package exports

This patch changes top-level exports for the vendor-specific
packages:
- `playwright-chromium`: now exports an object with a single `chromium`
field
- `playwright-wekbit`: now exports an object with a single `webkit`
- `playwright-firefox`: now exports an object with a single `firefox`

Fixes #814

* fix typo

* address comments
2020-02-03 14:24:03 -08:00
..
index.js feat: change vendor package exports (#818) 2020-02-03 14:24:03 -08:00
install.js chore: npm packages (#525) 2020-01-21 12:22:17 -08:00
package.json chore: bump version to 0.10.0-post (#796) 2020-01-31 18:46:34 -08:00
README.md chore: fix package typo in packages README (#707) 2020-01-28 07:52:42 -08:00

playwright-chromium

This package contains the Chromium flavor of Playwright.