https://github.com/brightspaceui/browserslist-config
browserslist-config
https://github.com/brightspaceui/browserslist-config
Last synced: about 1 year ago
JSON representation
browserslist-config
- Host: GitHub
- URL: https://github.com/brightspaceui/browserslist-config
- Owner: BrightspaceUI
- License: apache-2.0
- Created: 2021-07-19T12:55:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T18:48:58.000Z (over 2 years ago)
- Last Synced: 2024-04-26T15:22:51.663Z (about 2 years ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# @brightspace-ui/browserslist-config
Shareable [browserslist](https://github.com/browserslist/browserslist) configuration for D2L applications.
Use from `package.json`:
```json
"browserslist": [
"extends @brightspace-ui/browserslist-config"
]
```
Or `.browserslistrc`:
```
extends @brightspace-ui/browserslist-config
```
## Versioning and Releasing
This repo is configured to use `semantic-release`. Commits prefixed with `fix:` and `feat:` will trigger patch and minor releases when merged to `main`.
To learn how to create major releases and release from maintenance branches, refer to the [semantic-release GitHub Action](https://github.com/BrightspaceUI/actions/tree/main/semantic-release) documentation.