From b0d65c62a6658b98f5c0947e95206b57dd56b808 Mon Sep 17 00:00:00 2001 From: bcoe Date: Sat, 29 Feb 2020 13:01:21 -0800 Subject: [PATCH] build: use repository format that works with wombat dressing room --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b247e63a..59c1e8be 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "coverage": "c8 report --reporter=text-lcov | coveralls" }, "repository": { - "url": "git@github.com:yargs/yargs-parser.git" + "type": "git", + "url": "https://github.com/yargs/yargs-parser.git" }, "keywords": [ "argument",