From ef7e414e83d86ab337db05c4fb38c30df3939ffe Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Sat, 3 Feb 2018 13:17:00 -0800 Subject: [PATCH] whoops fixed web and url --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 3fca126..b07f8e3 100644 --- a/packages.json +++ b/packages.json @@ -8093,7 +8093,7 @@ }, { "name": "simple_graph", - "url": "github:erhlee-bird/simple_graph", + "url": "https://github.com/erhlee-bird/simple_graph", "method": "git", "tags": [ "datastructures", @@ -8101,6 +8101,6 @@ ], "description": "Simple Graph Library", "license": "MIT", - "web": "github:erhlee-bird/simple_graph" + "web": "https://github.com/erhlee-bird/simple_graph" } ]