From f0d8815edfeaf086ba38696c46fab4dd36173483 Mon Sep 17 00:00:00 2001 From: Lachlan Miller Date: Mon, 21 Mar 2022 12:26:12 +1000 Subject: [PATCH] chore: update package.json docs (#1376) --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7099c05c0..138417ef5 100644 --- a/package.json +++ b/package.json @@ -91,5 +91,11 @@ "dom" ] } - } + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/test-utils.git" + }, + "homepage": "https://github.com/vuejs/test-utils" + }