@studiometa/browserslist-config

1.0.1 • Public • Published

Browserslists config

NPM Version

A shareable Browserlist configuration.

Installation

Install the package via NPM:

npm install --save-dev @studiometa/browserslist-config

Usage

Extend the configuration in your project's package.json file:

{
  "browserslist": [
    "extends @studiometa/browserslist-config"
  ]
}

See the documentation on shareable configuration for more information.

The exported configuration matches the following:

> 0.2%
last 4 versions
not dead
node >= 10

If you need to add support for Internet Explorer 10, you can add it to your project's package.json file:

{
  "browserslist": [
    "extends @studiometa/browserslist-config",
    "IE 10"
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i @studiometa/browserslist-config

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

4.43 kB

Total Files

9

Last publish

Collaborators

  • jeremiewerner