Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nextcloud-libraries/browserslist-config

Shared browserslist config for Nextcloud
https://github.com/nextcloud-libraries/browserslist-config

nextcloud

Last synced: 1 day ago
JSON representation

Shared browserslist config for Nextcloud

Awesome Lists containing this project

README

        

# @nextcloud/browserslist-config

[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud-libraries/browserslist-config)](https://api.reuse.software/info/github.com/nextcloud-libraries/browserslist-config)
[![npm](https://img.shields.io/npm/v/@nextcloud/browserslist-config.svg)](https://www.npmjs.com/package/@nextcloud/browserslist-config)

Shared browserslist config for Nextcloud

⚠️ Since v2, we dropped support for IE ⚠️

## Installation

Install the module

```shell
$ npm install @nextcloud/browserslist-config --save-dev
```

## Usage

### package.json

```json
{
"browserslist": [
"extends @nextcloud/browserslist-config"
]
}
```