Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T08:32:02.000Z (almost 2 years ago)
- Last Synced: 2024-12-15T23:13:46.333Z (18 days 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 [email protected]: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)