diff --git a/package.json b/package.json index ee254b9..3404de6 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/vuejs/rollup-plugin-vue.git" + }, "scripts": { "build": "tsc -p .", "prepublishOnly": "run-s build changelog",