Skip to content

Commit ac0cc85

Browse files
authored
chore: specify repository/bugs/homepage [skip ci] (vuejs#1092)
1 parent c111f94 commit ac0cc85

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"types": "dist/vue-router.d.ts",
99
"sideEffects": false,
1010
"license": "MIT",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/vuejs/vue-router-next.git"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/vuejs/vue-router-next/issues"
17+
},
18+
"homepage": "https://github.com/vuejs/vue-router-next#readme",
1119
"files": [
1220
"dist/*.js",
1321
"dist/vue-router.d.ts",

0 commit comments

Comments
 (0)