0.4.0 • Published 4 years ago

@spothero/browserslist-config v0.4.0

Weekly downloads
68
License
Apache-2.0
Repository
github
Last release
4 years ago

@spothero/browserslist-config: SpotHero's Base Browserslist Configuration

This module provides your project with an extendable base Browserslist configuration to develop applications using SpotHero's officially supported browsers.

Installation

npm install @spothero/browserslist-config -D

Usage

Create a browserslist key in your package.json file and extend this configuration:

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

Alternatively, add this to your .browserslistrc file:

extends @spothero/browserslist-config
0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago