From: XhmikosR Date: Wed, 31 Oct 2012 06:11:48 +0000 (+0200) Subject: package.json: use the proper url for the repo X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b419ebbaa91ddbccf08b07b604bdc57b7172d0bd;p=clean-css.git package.json: use the proper url for the repo --- diff --git a/package.json b/package.json index 4bf71fe8..0e370252 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "keywords": ["css", "minifier"], - "homepage": "http://github.com/GoalSmashers/clean-css", + "homepage": "https://github.com/GoalSmashers/clean-css", "repository": { "type" : "git", - "url" : "http://github.com/GoalSmashers/clean-css.git" + "url" : "https://github.com/GoalSmashers/clean-css.git" }, "version": "0.8.1", "main": "index.js",