From: Jay Freeman (saurik) Date: Mon, 23 Oct 2017 02:02:58 +0000 (-0700) Subject: Strip +git from repository/url (I was led astray). X-Git-Tag: v0.9.1~3 X-Git-Url: https://git.saurik.com/logizomai.git/commitdiff_plain/aad9a6ddddc4f121e9446a77f52b5a77c2d20f96 Strip +git from repository/url (I was led astray). --- 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",