summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuinn Slack <sqs@cs.stanford.edu>2013-05-12 19:32:00 -0600
committerQuinn Slack <sqs@cs.stanford.edu>2013-05-12 19:32:00 -0600
commit9b2830594cacebb83cc8b5d90f15d9f12f0b33a6 (patch)
tree35f9cc50e57bd46027b19548e2f3536ec8c1a955
parent6b4709e986c37ddba094c8338333ac22d7a657de (diff)
downloadasync-9b2830594cacebb83cc8b5d90f15d9f12f0b33a6.tar.gz
Use https URLs for Github links in package.json
Github prefers https now
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 8a2f13a..b0d1634 100644
--- a/package.json
+++ b/package.json
@@ -6,15 +6,15 @@
"version": "0.2.8",
"repository" : {
"type" : "git",
- "url" : "http://github.com/caolan/async.git"
+ "url" : "https://github.com/caolan/async.git"
},
"bugs" : {
- "url" : "http://github.com/caolan/async/issues"
+ "url" : "https://github.com/caolan/async/issues"
},
"licenses" : [
{
"type" : "MIT",
- "url" : "http://github.com/caolan/async/raw/master/LICENSE"
+ "url" : "https://github.com/caolan/async/raw/master/LICENSE"
}
],
"devDependencies": {