2.0.1 • Published 2 years ago
@tributebrand/browserslist-config v2.0.1
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"
}
2.0.1
2 years ago