1.1.1 • Published 1 year ago

@acolorbright/browserslist-config v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

A Color Bright's browserslist config

Introduction

Our standard level of browser support is the last two versions of all major browsers.

We no longer support IE11.

Installation

Via npm:

npm install -DE @acolorbright/browserslist-config@latest

Usage

Add the following to your package.json:

"browserslist": [
	"extends @acolorbright/browserslist-config"
]

Or, create a .browserslistrc file with the following contents:

extends @acolorbright/browserslist-config

Also add a script that can be used to regularly update the Browserslist DB:

"scripts": {
	"browserslist:update": "npx update-browserslist-db@latest"
}
1.1.1

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

3 years ago

1.0.1

3 years ago