From 00b88f8a399d45cb104a33357cf56015ab92a1c0 Mon Sep 17 00:00:00 2001 From: Bret <166301+bcomnes@users.noreply.github.com> Date: Sat, 24 Oct 2020 09:29:58 -0600 Subject: [PATCH] Fix repo field to a valid format --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 74c68c4..93221ca 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,10 @@ "yarn": "^1.12.3" }, "repository": "bcomnes/npm-run-all2", + "repository": { + "type": "git", + "url": "https://github.com/bcomnes/npm-run-all2.git" + }, "keywords": [ "cli", "command",