summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-12-26 07:49:53 -0800
committerThomas Park <thomas@thomaspark.me>2013-12-26 07:49:53 -0800
commitf842921a5d8e76cb3e52b40a8ff2838579ac3709 (patch)
tree8cfde265f0384d5ec197088314cbef3bda269776
parent9bf0a9d13e1d0938e47847db0487f0f0fce0d8b3 (diff)
parentc78778b3818c17e383b41646debb72c3093a6a7a (diff)
Merge pull request #187 from XhmikosR/package.json
package.json: use the https repo URL.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index fa3ade0a..d0257961 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0",
"repository": {
"type": "git",
- "url": "git://github.com/thomaspark/bootswatch.git"
+ "url": "https://github.com/thomaspark/bootswatch.git"
},
"engines": {
"node": ">= 0.8.11"