From bf3becec7f7eb92ca6ded93f028956e96f674637 Mon Sep 17 00:00:00 2001 From: eddyerburgh Date: Sun, 8 Sep 2019 07:32:29 +0100 Subject: [PATCH] chore: fix repository URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5166bf9a..072df18b 100644 --- a/package.json +++ b/package.json @@ -87,6 +87,6 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/eddyerburgh/vue-jest.git" + "url": "git+https://github.com/vuejs/vue-jest.git" } }