From b07fa8c8b3e1c0a4a8b59956e1c64e72980c77d8 Mon Sep 17 00:00:00 2001 From: Matthew Wedgwood Date: Sat, 8 May 2021 09:36:15 -0700 Subject: [PATCH] Fix typo in repository URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36441f42..67ee0344 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "types": "lib/index.d.ts", "repository": { "type": "git", - "url": "hhttps://github.com/mkery/Verdant.git" + "url": "https://github.com/mkery/Verdant.git" }, "scripts": { "build": "tsc && jupyter lab build",