Shared browserslist for Nextcloud libraries and apps
npm install @nextcloud/browserslist-config

Shared browserslist config for Nextcloud apps.
Install the module
``shell`
$ npm install @nextcloud/browserslist-config --save-dev
`json`
{
"browserslist": [
"extends @nextcloud/browserslist-config"
]
}
Nextcloud doesn't require a CLA (Contributor License Agreement).
The copyright belongs to all the individual contributors.
Therefore we recommend that every contributor adds the following line to the AUTHORS file if they made substantial changes to the code:
``
-
We can only accept contributions from authors that agree on the Developer Certificate of Origin!
For this please make sure to sign-off your commits if you want to contribute code (git commit -s`).
Please read the Code of Conduct. This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere and to explain how together we can strengthen and support each other.