From aad9a6ddddc4f121e9446a77f52b5a77c2d20f96 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 22 Oct 2017 19:02:58 -0700 Subject: [PATCH] Strip +git from repository/url (I was led astray). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b243c13..25ea770 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "description": "Deterministic Finalization via Reference Counting", "repository": { "type": "git", - "url": "git+https://git.saurik.com/logizomai.git" + "url": "https://git.saurik.com/logizomai.git" }, "scripts": { "build": "tsc", -- 2.50.0