Comparing version 0.0.4 to 0.0.5
@@ -78,3 +78,3 @@ /** | ||
// Handle "http://github.com" or "github.com". | ||
if (url.indexOf('http://') === 0) { | ||
if (url.indexOf('http') === 0) { | ||
return url.replace('http://', 'https://'); | ||
@@ -81,0 +81,0 @@ } else { |
{ | ||
"name": "node-gitio", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A simple Node CLI wrapper for git.io.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9301