1.0.5 • Published 3 years ago

@brave-agency/browserslist-config v1.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

Node.js Package

browserslist-config

Brave's shareable set of Browsers we support, to maintain Standards across projects.

Installation

Install @brave-agency/browserslist-config:

With Yarn

yarn add --dev @brave-agency/browserslist-config

With npm

npm install @brave-agency/browserslist-config --save-dev

Usage

Brave's Browsers list comes bundled in @brave-agency/browserslist-config. To enable, add a .browserslistrc file with the following:

{
  "extends": [
    "@brave-agency/browserslist-config"
  ]
}
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago