@tributebrand/browserslist-config
v2.0.1
Published
Tribute Brand's browserslist config
Downloads
2
Readme
Tribute Brand's browserslist config
Introduction
Our standard level of browser support is the last two versions of all major browsers.
We no longer support IE11.
Installation
Via npm:
npm install -DE @tributebrand/browserslist-config@latest
Usage
Add the following to your package.json
:
"browserslist": [
"extends @tributebrand/browserslist-config"
]
Or, create a .browserslistrc
file with the following contents:
extends @tributebrand/browserslist-config
Also add a script that can be used to regularly update the Browserslist DB:
"scripts": {
"browserslist:update": "npx update-browserslist-db@latest"
}