3.0.0 • Published 1 year ago

@nice-digital/browserslist-config v3.0.0

Weekly downloads
56
License
MIT
Repository
github
Last release
1 year ago

NICE Digital Browserslist

Shared Browserslist config for use in NICE Digital Services

npm GitHub release License Dependencies

Installation

With npm:

npm install @nice-digital/browserslist-config --save-dev

Or with Yarn:

yarn add @nice-digital/browserslist-config -D

Usage

Add this to your package.json file:

"browserslist": [
    "extends @nice-digital/browserslist-config"
]

Or use a .browserslistrc as per the docs.

V3 Breaking changes

Version 3 drops support for IE altogether. Use v2 if you still want to support IE11, for whatever reason.

3.0.0

1 year ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

8 years ago