Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T08:31:49.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T14:49:24.314Z (8 months 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 [email protected]: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)