Skip to content

zedix/browserslist-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@zedix/browserslist-config

version tag

BrowsersList shareable config

Installation

$ yarn add --dev zedix/browserslist-config.git#v1.x.x

Usage

In your package.json:

{
  "browserslist": [
    "extends @zedix/browserslist-config"
  ],
}