Pārlūkot izejas kodu

chore: fix incorrect package.json repo link

Evan You 9 mēneši atpakaļ
vecāks
revīzija
f4934ac18e

+ 1 - 1
packages-private/template-explorer/src/options.ts

@@ -44,7 +44,7 @@ const App = {
         h(
           'a',
           {
-            href: `https://github.com/vuejs/vue/tree/${__COMMIT__}`,
+            href: `https://github.com/vuejs/core/tree/${__COMMIT__}`,
             target: `_blank`,
           },
           `@${__COMMIT__}`,

+ 3 - 3
packages/vue/package.json

@@ -84,7 +84,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/vuejs/vue.git"
+    "url": "git+https://github.com/vuejs/core.git"
   },
   "keywords": [
     "vue"
@@ -92,9 +92,9 @@
   "author": "Evan You",
   "license": "MIT",
   "bugs": {
-    "url": "https://github.com/vuejs/vue/issues"
+    "url": "https://github.com/vuejs/core/issues"
   },
-  "homepage": "https://github.com/vuejs/vue/tree/main/packages/vue#readme",
+  "homepage": "https://github.com/vuejs/core/tree/main/packages/vue#readme",
   "dependencies": {
     "@vue/shared": "workspace:*",
     "@vue/compiler-dom": "workspace:*",