source: imaps-frontend/node_modules/update-browserslist-db/README.md@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 717 bytes
Line 
1# Update Browserslist DB
2
3<img width="120" height="120" alt="Browserslist logo by Anton Popov"
4 src="https://browsersl.ist/logo.svg" align="right">
5
6CLI tool to update `caniuse-lite` with browsers DB
7from [Browserslist](https://github.com/browserslist/browserslist/) config.
8
9Some queries like `last 2 versions` or `>1%` depend on actual data
10from `caniuse-lite`.
11
12```sh
13npx update-browserslist-db@latest
14```
15
16<a href="https://evilmartians.com/?utm_source=update-browserslist-db">
17 <img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg"
18 alt="Sponsored by Evil Martians" width="236" height="54">
19</a>
20
21## Docs
22Read full docs **[here](https://github.com/browserslist/update-db#readme)**.
Note: See TracBrowser for help on using the repository browser.