]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: specify repository/bugs/homepage [skip ci] (#1092)
authorSimon Legner <Simon.Legner@gmail.com>
Fri, 5 Nov 2021 09:26:06 +0000 (10:26 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Nov 2021 09:26:06 +0000 (10:26 +0100)
package.json

index 8b5cf9ea90cfe4a2d932249226c5927d8f787f95..0a691540cb30c896e84d53ed18ade331bc770a99 100644 (file)
@@ -8,6 +8,14 @@
   "types": "dist/vue-router.d.ts",
   "sideEffects": false,
   "license": "MIT",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/vuejs/vue-router-next.git"
+  },
+  "bugs": {
+    "url": "https://github.com/vuejs/vue-router-next/issues"
+  },
+  "homepage": "https://github.com/vuejs/vue-router-next#readme",
   "files": [
     "dist/*.js",
     "dist/vue-router.d.ts",