main
Last change
on this file 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
|
Rev | Line | |
---|
[d565449] | 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 |
|
---|
| 6 | CLI tool to update `caniuse-lite` with browsers DB
|
---|
| 7 | from [Browserslist](https://github.com/browserslist/browserslist/) config.
|
---|
| 8 |
|
---|
| 9 | Some queries like `last 2 versions` or `>1%` depend on actual data
|
---|
| 10 | from `caniuse-lite`.
|
---|
| 11 |
|
---|
| 12 | ```sh
|
---|
| 13 | npx 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
|
---|
| 22 | Read full docs **[here](https://github.com/browserslist/update-db#readme)**.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.