mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-11 19:51:52 -05:00
This breaks @vue/cli 3.1.2 and 3.1.3 but it's a necessary change to simplify the release workflow
What is This?
The npm registry does not expose /latest endpoints for scoped packages. Getting the full metadata for a scoped package is typically ~300ms slower than simply getting the latest version from an unscoped package.
This package serves as an unscoped marker to expose the latest version currently published for @vue/cli.