Skip to content

mskelton/browserslist-config

Repository files navigation

@mskelton/browserslist-config

Build status npm version semantic-release

Supported browsers in my projects.

Installation

npm

npm install -D @mskelton/browserslist-config

Yarn

yarn add -D @mskelton/browserslist-config

Usage

In your package.json file, add the following:

{
  "browserslist": "extends @mskelton/browserslist-config"
}