]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix incorrect package.json repo link minor
authorEvan You <evan@vuejs.org>
Sat, 12 Jul 2025 08:09:19 +0000 (16:09 +0800)
committerEvan You <evan@vuejs.org>
Sat, 12 Jul 2025 08:09:19 +0000 (16:09 +0800)
packages-private/template-explorer/src/options.ts
packages/vue/package.json

index 341e885c083ac10603c19bd0a23a17bf3b7fbd72..6e0190ed60cadf034925ac8662d97d040b3603e8 100644 (file)
@@ -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__}`,
index cc9c19ffeb54ede542282c4a3dae17f207d96e6e..6b3069db0072439f2ea91d7b4c0fce04ff17c084 100644 (file)
@@ -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:*",