mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-22 20:38:55 -05:00
2fa9f5bf6f
This breaks @vue/cli 3.1.2 and 3.1.3 but it's a necessary change to simplify the release workflow
12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"name": "vue-cli-version-marker",
|
|
"version": "4.0.0-alpha.1",
|
|
"description": "version marker for @vue/cli",
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"main": "package.json",
|
|
"devDependencies": {
|
|
"@vue/cli": "4.0.0-alpha.1"
|
|
}
|
|
}
|