From b3265c918a56f22c9282d97df589ef5f164c6fc1 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 28 Oct 2022 14:51:28 +0200 Subject: [PATCH] chore: add `repository` property to package.json (#1934) Closes #1946 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7e4e91166..0b53e70e0 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "17.0.0", "license": "MIT", "author": "Evan You", + "repository": "vuejs/vue-loader", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [