package.json: use the proper url for the repo
authorXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 31 Oct 2012 06:11:48 +0000 (08:11 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 31 Oct 2012 09:39:07 +0000 (11:39 +0200)
package.json

index 4bf71fe..0e37025 100644 (file)
@@ -3,10 +3,10 @@
   "author": "Jakub Pawlowicz <jakub@goalsmashers.com> (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",