https://github.com/jaid/browserslist-config-jaid-node
My Browserslist query targeting the latest NodeJS runtimes.
https://github.com/jaid/browserslist-config-jaid-node
browserslist browserslist-config browserslist-custom browserslist-shareable-config
Last synced: about 1 year ago
JSON representation
My Browserslist query targeting the latest NodeJS runtimes.
- Host: GitHub
- URL: https://github.com/jaid/browserslist-config-jaid-node
- Owner: Jaid
- License: mit
- Created: 2019-07-08T07:43:17.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T08:32:02.000Z (over 3 years ago)
- Last Synced: 2025-01-26T12:16:42.752Z (over 1 year ago)
- Topics: browserslist, browserslist-config, browserslist-custom, browserslist-shareable-config
- Language: JavaScript
- Homepage: https://github.com/Jaid/browserslist-config-jaid-node
- Size: 5.78 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# browserslist-config-jaid-node
**My Browserslist query targeting the latest NodeJS runtimes.**
## Installation
```bash
npm install --save browserslist-config-jaid-node@^3.0.0
```
```bash
yarn add browserslist-config-jaid-node@^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-node@^3.0.0
```
## Development
Setting up:
```bash
git clone git@github.com:jaid/browserslist-config-jaid-node.git
cd browserslist-config-jaid-node
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-node/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)