@nextcloud/browserslist-config
v3.1.2
Published
Shared browserslist for Nextcloud libraries and apps
Readme
@nextcloud/browserslist-config
Shared browserslist config for Nextcloud apps.
Installation
Install the module
$ npm install @nextcloud/browserslist-config --save-devUsage
package.json
{
"browserslist": [
"extends @nextcloud/browserslist-config"
]
}Contributing
Contribution guidelines
All contributions to this repository are considered to be licensed under the AGPLv3 or any later version.
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:
- <your name> <your email address>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.
