@air/browserslist-config
v1.1.0
Published
The official list of supported browsers for the Air web app.
Downloads
19
Maintainers
Keywords
Readme
@air/browserslist-config
The official list of supported browsers for the Air web app.
Installation
yarn add -D @air/browserslist-config
Usage
Add the following to your .browserslistrc
:
extends @air/browserslist-config
OR to your package.json
:
"browserslist": [
"extends @air/browserslist-config"
]