From cb416f57162d0a165aba1b0c483516098f2416c8 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 22 Feb 2022 23:19:02 +0100 Subject: [PATCH] Add `repository` property to package.json This reference makes it easier to discover the source repo. --- 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": [