diff --git a/package.json b/package.json index 6255328fd..4ada8c2e2 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "workspaces": [ "packages/*" ], + "repository": { + "type": "git", + "url": "https://github.com/vuejs/vue-test-utils.git" + }, "scripts": { "bootstrap": "lerna bootstrap", "build": "lerna run build",