https://github.com/jaid/browserslist-config-jaid-web
My Browserslist query targeting modern web browsers.
https://github.com/jaid/browserslist-config-jaid-web
browserslist browserslist-config browserslist-custom browserslist-shareable-config
Last synced: about 1 year ago
JSON representation
My Browserslist query targeting modern web browsers.
- Host: GitHub
- URL: https://github.com/jaid/browserslist-config-jaid-web
- Owner: Jaid
- License: mit
- Created: 2019-07-08T08:10:39.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T08:31:49.000Z (over 3 years ago)
- Last Synced: 2024-12-25T21:12:58.931Z (over 1 year ago)
- Topics: browserslist, browserslist-config, browserslist-custom, browserslist-shareable-config
- Language: JavaScript
- Homepage: https://github.com/Jaid/browserslist-config-jaid-web
- Size: 5.25 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# browserslist-config-jaid-web
**My Browserslist query targeting modern web browsers.**
## Installation
```bash
npm install --save browserslist-config-jaid-web@^2.3.1
```
```bash
yarn add browserslist-config-jaid-web@^2.3.1
```
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))
```bash
npm install --save @jaid/browserslist-config-jaid-web@^2.3.1
```
## Development
Setting up:
```bash
git clone git@github.com:jaid/browserslist-config-jaid-web.git
cd browserslist-config-jaid-web
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```
## License
[MIT License](https://raw.githubusercontent.com/jaid/browserslist-config-jaid-web/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)