1.2.0 • Published 11 months ago

@veupathdb/browserslist-config v1.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

== @veupathdb/browserslist-config

This package includes the https://github.com/browserslist/browserslist[browserslist] config used by VEuPathDB websites.

=== Usage

First, install the package with npm:

source, sh

npm install --save-dev @veupathdb/browserslist-config

or, if you are using yarn:

source, sh

yarn add -D @veupathdb/browserslist-config

Then, add the following to package.json

source, json

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

or in .browserslistrc

source, js

extends @veupathdb/browserslist-config

1.2.0

11 months ago

1.1.0

3 years ago

1.0.0

4 years ago