Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcloud-libraries/browserslist-config
Shared browserslist config for Nextcloud
https://github.com/nextcloud-libraries/browserslist-config
nextcloud
Last synced: 2 months ago
JSON representation
Shared browserslist config for Nextcloud
- Host: GitHub
- URL: https://github.com/nextcloud-libraries/browserslist-config
- Owner: nextcloud-libraries
- License: gpl-3.0
- Created: 2019-06-18T07:45:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T16:43:06.000Z (5 months ago)
- Last Synced: 2024-09-27T06:20:48.307Z (3 months ago)
- Topics: nextcloud
- Language: JavaScript
- Homepage: https://npmjs.org/@nextcloud/browserslist-config
- Size: 61.5 KB
- Stars: 5
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
]
}
```