You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
717 B

3 months ago
  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)**.