From 41cc7827c7d52ec7cf5e103ff7e8ab1626588af8 Mon Sep 17 00:00:00 2001 From: yudao Date: Fri, 10 Jan 2014 10:24:47 +0100 Subject: [PATCH] Update package.json Bower can't retrieve the last version due to old Github repository url. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 787c3a50a..d67766c01 100755 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/jlukic/Semantic-UI.git" + "url": "git://github.com/Semantic-Org/Semantic-UI.git" }, "dependencies": { "docpad": "~6.59.6",