From f01f60b2db64ba4fff75c11e4cbeddec2dee5c75 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 13 Feb 2018 17:27:42 -0500 Subject: [PATCH] github repo --- package.json | 2 +- src/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d55ffef904..dc3db3e6d3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "homepage": "https://bitwarden.com", "repository": { "type": "git", - "url": "git+https://github.com/bitwarden/desktop.git" + "url": "https://github.com/bitwarden/desktop" }, "license": "GPL-3.0", "scripts": { diff --git a/src/package.json b/src/package.json index a27fe2d8ce..e34aa4855d 100644 --- a/src/package.json +++ b/src/package.json @@ -9,7 +9,7 @@ "main": "main.js", "repository": { "type": "git", - "url": "git+https://github.com/bitwarden/desktop.git" + "url": "https://github.com/bitwarden/desktop" }, "dependencies": { "desktop-idle": "1.1.1",