Commit 6d177dcf authored by Guillaume Martigny's avatar Guillaume Martigny Committed by Haoqun Jiang

chore: add missing `"repository"` field in package.json (#1619)

Allow user to run `npm repo vue-loader` and remove warn running `npm`.
parent 74febfc2
......@@ -19,6 +19,10 @@
"url": "https://github.com/vuejs/vue-loader/issues"
},
"homepage": "https://github.com/vuejs/vue-loader",
"repository": {
"type": "git",
"url": "https://github.com/vuejs/vue-loader.git"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment