Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: change vendor package exports #818

Merged

Commits on Feb 3, 2020

  1. 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 microsoft#814
    aslushnikov committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    a67ac4b View commit details
    Browse the repository at this point in the history
  2. fix typo

    aslushnikov committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    3200039 View commit details
    Browse the repository at this point in the history
  3. address comments

    aslushnikov committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    f0535e5 View commit details
    Browse the repository at this point in the history