@smarteye/browserslist-config
v0.1.0
Published
Browserslist configuration to be shared across smarteye.id repositories.
Downloads
2
Readme
@smarteye/browserslist-config
browserslist configuration to be shared across smarteye.id repositories.
Usage
Install:
$ yarn add --dev @smarteye/browserslist-config
or
$ npm i -D @smarteye/browserslist-configEdit package.json:
{
"browserslist": [
"extends @smarteye/browserslist-config"
]
}