Skip to content

Commit 6d177dc

Browse files
GMartignyhaoqunjiang
authored andcommitted
chore: add missing "repository" field in package.json (#1619)
Allow user to run `npm repo vue-loader` and remove warn running `npm`.
1 parent 74febfc commit 6d177dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: package.json

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"url": "https://github.com/vuejs/vue-loader/issues"
2020
},
2121
"homepage": "https://github.com/vuejs/vue-loader",
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/vuejs/vue-loader.git"
25+
},
2226
"gitHooks": {
2327
"pre-commit": "lint-staged"
2428
},

0 commit comments

Comments
 (0)