Skip to content

Commit 4197304

Browse files
noderatposva
authored andcommitted
Add missing repository key to package.json (#1165)
This PR resolves the missing repository key that should be present in the package.json to direct users to the repository when using utilities such as `npm-check` or `yarn upgrade-interactive`
1 parent 8b375a7 commit 4197304

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"author": "Evan You",
66
"license": "MIT",
77
"main": "dist/vue-router.common.js",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/vuejs/vue-router.git"
11+
},
812
"typings": "types/index.d.ts",
913
"files": [
1014
"dist/vue-router.js",

0 commit comments

Comments
 (0)