af5454ec3afcc167625b73f64c3bc922f9ffebb68ad78879f7d79ab04d584ecc1079258670816988ab1565759b0aa63c7759a08bcd6571f9597c0724a402f4 717 B

12345678910111213141516171819202122
  1. # Update Browserslist DB
  2. <img width="120" height="120" alt="Browserslist logo by Anton Popov"
  3. src="https://browsersl.ist/logo.svg" align="right">
  4. CLI tool to update `caniuse-lite` with browsers DB
  5. from [Browserslist](https://github.com/browserslist/browserslist/) config.
  6. Some queries like `last 2 versions` or `>1%` depend on actual data
  7. from `caniuse-lite`.
  8. ```sh
  9. npx update-browserslist-db@latest
  10. ```
  11. <a href="https://evilmartians.com/?utm_source=update-browserslist-db">
  12. <img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg"
  13. alt="Sponsored by Evil Martians" width="236" height="54">
  14. </a>
  15. ## Docs
  16. Read full docs **[here](https://github.com/browserslist/update-db#readme)**.