From 95128bcd0f96aaafe82ce121af97461d6cc10efd Mon Sep 17 00:00:00 2001 From: Guillaume Martigny Date: Fri, 20 Dec 2019 20:28:54 +0100 Subject: [PATCH] Add missing `"repository"` field in package.json Allow user to run `npm repo vue-loader` and remove warn running `npm`. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 2ca8e99c3..4d676686d 100644 --- a/package.json +++ b/package.json @@ -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" },