diff --git a/package.json b/package.json index ea4dde7..9879114 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "test": "node test/test.js" }, "keywords": [ "ftp", "client", "transfer" ], - "licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/node-ftp/raw/master/LICENSE" } ], - "repository" : { "type": "git", "url": "http://github.com/mscdex/node-ftp.git" } -} \ No newline at end of file + "licenses": [ { "type": "MIT", "url": "https://github.com/mscdex/node-ftp/raw/master/LICENSE" } ], + "repository" : { "type": "git", "url": "https://github.com/mscdex/node-ftp.git" } +}