Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mskelton/browserslist-config
Supported browsers in my projects.
https://github.com/mskelton/browserslist-config
browserslist browserslist-config
Last synced: 30 days ago
JSON representation
Supported browsers in my projects.
- Host: GitHub
- URL: https://github.com/mskelton/browserslist-config
- Owner: mskelton
- License: isc
- Created: 2021-07-13T11:45:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T04:22:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T08:17:50.299Z (3 months ago)
- Topics: browserslist, browserslist-config
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@mskelton/browserslist-config
- Size: 181 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @mskelton/browserslist-config
[![Build status](https://github.com/mskelton/browserslist-config/workflows/Build/badge.svg)](https://github.com/mskelton/browserslist-config/actions)
[![npm version](https://img.shields.io/npm/v/@mskelton/browserslist-config)](https://www.npmjs.com/package/@mskelton/browserslist-config)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)Supported browsers in my projects.
## Installation
### npm
```sh
npm install -D @mskelton/browserslist-config
```### Yarn
```sh
yarn add -D @mskelton/browserslist-config
```## Usage
In your `package.json` file, add the following:
```json
{
"browserslist": "extends @mskelton/browserslist-config"
}
```