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

version.html 636 B

3 years ago
12345678910111213141516171819202122232425
  1. <div class="mt-4">
  2. <div>
  3. {{i18n.site_nav_stable_version}}:
  4. <strong class="navbar-text">
  5. <a href="https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md">
  6. v{{site.latest_version}}
  7. </a>
  8. </strong>
  9. {% if site.show_rc %}
  10. <span aria-hidden="true">&bull;</span>
  11. {{i18n.site_nav_rc_version}}
  12. <strong>
  13. <a href="https://github.com/yarnpkg/yarn/releases/tag/v{{site.latest_rc_version}}">
  14. v{{site.latest_rc_version}}
  15. </a>
  16. </strong>
  17. {% endif %}
  18. </div>
  19. <div>
  20. {{i18n.site_nav_node_support}}:
  21. <strong>
  22. {{site.node_support}}
  23. </strong>
  24. </div>
  25. </div>

js yarn包管理组件依赖分析

Contributors (1)