mirror of https://github.com/vuejs/core.git
chore: rename repo name
This commit is contained in:
parent
7e153f8a33
commit
3d487184ea
|
@ -9,7 +9,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
close-issues:
|
close-issues:
|
||||||
if: github.repository == 'vuejs/core-vapor'
|
if: github.repository == 'vuejs/vue-vapor'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: can't reproduce
|
- name: can't reproduce
|
||||||
|
|
|
@ -9,7 +9,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
action:
|
action:
|
||||||
if: github.repository == 'vuejs/core-vapor'
|
if: github.repository == 'vuejs/vue-vapor'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@v5
|
- uses: dessant/lock-threads@v5
|
||||||
|
|
|
@ -18,7 +18,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
upload:
|
upload:
|
||||||
if: github.repository == 'vuejs/core-vapor'
|
if: github.repository == 'vuejs/vue-vapor'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
size-report:
|
size-report:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: >
|
if: >
|
||||||
github.repository == 'vuejs/core-vapor' &&
|
github.repository == 'vuejs/vue-vapor' &&
|
||||||
github.event.workflow_run.event == 'pull_request' &&
|
github.event.workflow_run.event == 'pull_request' &&
|
||||||
github.event.workflow_run.conclusion == 'success'
|
github.event.workflow_run.conclusion == 'success'
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
run: pnpm run test-dts
|
run: pnpm run test-dts
|
||||||
|
|
||||||
continuous-release:
|
continuous-release:
|
||||||
if: github.repository == 'vuejs/core-vapor'
|
if: github.repository == 'vuejs/vue-vapor'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
@ -44,7 +44,7 @@ const App = {
|
||||||
h(
|
h(
|
||||||
'a',
|
'a',
|
||||||
{
|
{
|
||||||
href: `https://github.com/vuejs/core-vapor/tree/${__COMMIT__}`,
|
href: `https://github.com/vuejs/vue-vapor/tree/${__COMMIT__}`,
|
||||||
target: `_blank`,
|
target: `_blank`,
|
||||||
},
|
},
|
||||||
`@${__COMMIT__}`,
|
`@${__COMMIT__}`,
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git",
|
"url": "git+https://github.com/vuejs/vue-vapor.git",
|
||||||
"directory": "packages/compiler-core"
|
"directory": "packages/compiler-core"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -42,9 +42,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-core#readme",
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-core#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": "catalog:",
|
"@babel/parser": "catalog:",
|
||||||
"@vue/shared": "workspace:*",
|
"@vue/shared": "workspace:*",
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git",
|
"url": "git+https://github.com/vuejs/vue-vapor.git",
|
||||||
"directory": "packages/compiler-dom"
|
"directory": "packages/compiler-dom"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -47,9 +47,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-dom#readme",
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-dom#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "workspace:*",
|
"@vue/shared": "workspace:*",
|
||||||
"@vue/compiler-core": "workspace:*"
|
"@vue/compiler-core": "workspace:*"
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git",
|
"url": "git+https://github.com/vuejs/vue-vapor.git",
|
||||||
"directory": "packages/compiler-sfc"
|
"directory": "packages/compiler-sfc"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -38,9 +38,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-sfc#readme",
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-sfc#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": "catalog:",
|
"@babel/parser": "catalog:",
|
||||||
"@vue/compiler-core": "workspace:*",
|
"@vue/compiler-core": "workspace:*",
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git",
|
"url": "git+https://github.com/vuejs/vue-vapor.git",
|
||||||
"directory": "packages/compiler-ssr"
|
"directory": "packages/compiler-ssr"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -24,9 +24,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-ssr#readme",
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-ssr#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "workspace:*",
|
"@vue/shared": "workspace:*",
|
||||||
"@vue/compiler-dom": "workspace:*"
|
"@vue/compiler-dom": "workspace:*"
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git",
|
"url": "git+https://github.com/vuejs/vue-vapor.git",
|
||||||
"directory": "packages/compiler-vapor"
|
"directory": "packages/compiler-vapor"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -33,9 +33,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-vapor#readme",
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-vapor#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/compiler-dom": "workspace:*",
|
"@vue/compiler-dom": "workspace:*",
|
||||||
"@vue/shared": "workspace:*",
|
"@vue/shared": "workspace:*",
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git",
|
"url": "git+https://github.com/vuejs/vue-vapor.git",
|
||||||
"directory": "packages/reactivity"
|
"directory": "packages/reactivity"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/reactivity#readme",
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/reactivity#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "workspace:*"
|
"@vue/shared": "workspace:*"
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git",
|
"url": "git+https://github.com/vuejs/vue-vapor.git",
|
||||||
"directory": "packages/runtime-core"
|
"directory": "packages/runtime-core"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -42,9 +42,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-core#readme",
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/runtime-core#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "workspace:*",
|
"@vue/shared": "workspace:*",
|
||||||
"@vue/reactivity": "workspace:*",
|
"@vue/reactivity": "workspace:*",
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git",
|
"url": "git+https://github.com/vuejs/vue-vapor.git",
|
||||||
"directory": "packages/runtime-dom"
|
"directory": "packages/runtime-dom"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -45,9 +45,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-dom#readme",
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/runtime-dom#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "workspace:*",
|
"@vue/shared": "workspace:*",
|
||||||
"@vue/runtime-core": "workspace:*",
|
"@vue/runtime-core": "workspace:*",
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git",
|
"url": "git+https://github.com/vuejs/vue-vapor.git",
|
||||||
"directory": "packages/runtime-shared"
|
"directory": "packages/runtime-shared"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-shared#readme"
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/runtime-shared#readme"
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git",
|
"url": "git+https://github.com/vuejs/vue-vapor.git",
|
||||||
"directory": "packages/runtime-test"
|
"directory": "packages/runtime-test"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -21,9 +21,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-test#readme",
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/runtime-test#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "workspace:*",
|
"@vue/shared": "workspace:*",
|
||||||
"@vue/runtime-core": "workspace:*"
|
"@vue/runtime-core": "workspace:*"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git",
|
"url": "git+https://github.com/vuejs/vue-vapor.git",
|
||||||
"directory": "packages/runtime-vapor"
|
"directory": "packages/runtime-vapor"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -31,9 +31,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/dev/packages/runtime-vapor#readme",
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/dev/packages/runtime-vapor#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "workspace:*",
|
"@vue/shared": "workspace:*",
|
||||||
"@vue/reactivity": "workspace:*",
|
"@vue/reactivity": "workspace:*",
|
||||||
|
|
|
@ -14,7 +14,7 @@ export function template(html: string) {
|
||||||
export function children(node: Node, ...paths: number[]): Node {
|
export function children(node: Node, ...paths: number[]): Node {
|
||||||
for (const idx of paths) {
|
for (const idx of paths) {
|
||||||
// In various situations, select the quickest approach.
|
// In various situations, select the quickest approach.
|
||||||
// See https://github.com/vuejs/core-vapor/pull/263
|
// See https://github.com/vuejs/vue-vapor/pull/263
|
||||||
node =
|
node =
|
||||||
idx === 0
|
idx === 0
|
||||||
? node.firstChild!
|
? node.firstChild!
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git",
|
"url": "git+https://github.com/vuejs/vue-vapor.git",
|
||||||
"directory": "packages/server-renderer"
|
"directory": "packages/server-renderer"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -42,9 +42,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/server-renderer#readme",
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/server-renderer#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"vue": "workspace:*"
|
"vue": "workspace:*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git",
|
"url": "git+https://github.com/vuejs/vue-vapor.git",
|
||||||
"directory": "packages/shared"
|
"directory": "packages/shared"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/shared#readme"
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/shared#readme"
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git"
|
"url": "git+https://github.com/vuejs/vue-vapor.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"vue"
|
"vue"
|
||||||
|
@ -48,9 +48,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/vue-compat#readme",
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/vue-compat#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": "catalog:",
|
"@babel/parser": "catalog:",
|
||||||
"estree-walker": "catalog:",
|
"estree-walker": "catalog:",
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git"
|
"url": "git+https://github.com/vuejs/vue-vapor.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"vue"
|
"vue"
|
||||||
|
@ -53,9 +53,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/vapor#readme",
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/vapor#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/runtime-vapor": "workspace:*",
|
"@vue/runtime-vapor": "workspace:*",
|
||||||
"@vue/compiler-vapor": "workspace:*"
|
"@vue/compiler-vapor": "workspace:*"
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core-vapor.git"
|
"url": "git+https://github.com/vuejs/vue-vapor.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"vue"
|
"vue"
|
||||||
|
@ -102,9 +102,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core-vapor/issues"
|
"url": "https://github.com/vuejs/vue-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/vue#readme",
|
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/vue#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "workspace:*",
|
"@vue/shared": "workspace:*",
|
||||||
"@vue/vapor": "workspace:*",
|
"@vue/vapor": "workspace:*",
|
||||||
|
|
Loading…
Reference in New Issue