https://github.com/jaid/browserslist-config-jaid-universal
My Browserslist query targeting both NodeJS and modern web browsers.
https://github.com/jaid/browserslist-config-jaid-universal
browserslist browserslist-config browserslist-custom browserslist-shareable-config
Last synced: about 1 year ago
JSON representation
My Browserslist query targeting both NodeJS and modern web browsers.
- Host: GitHub
- URL: https://github.com/jaid/browserslist-config-jaid-universal
- Owner: Jaid
- License: mit
- Created: 2019-07-08T08:06:38.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T04:38:19.000Z (over 3 years ago)
- Last Synced: 2024-12-25T21:12:43.988Z (over 1 year ago)
- Topics: browserslist, browserslist-config, browserslist-custom, browserslist-shareable-config
- Language: JavaScript
- Homepage: https://github.com/Jaid/browserslist-config-jaid-universal
- Size: 4.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# browserslist-config-jaid-universal
**My Browserslist query targeting both NodeJS and modern web browsers.**
## Installation
```bash
npm install --save browserslist-config-jaid-universal@^3.0.0
```
```bash
yarn add browserslist-config-jaid-universal@^3.0.0
```
(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-universal@^3.0.0
```
## Development
Setting up:
```bash
git clone git@github.com:jaid/browserslist-config-jaid-universal.git
cd browserslist-config-jaid-universal
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-universal/master/license.txt)
Copyright © 2020, Jaid \ (github.com/jaid)