From bc95845963c9c1e6029391e37fceb77c02c96548 Mon Sep 17 00:00:00 2001 From: Ryan Muller Date: Mon, 7 Jul 2014 09:18:11 -0400 Subject: [PATCH] Use HTTPS URL for `soap` Fixes #6. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3947f13..7373765 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "email" ], "dependencies": { - "soap": "git://github.com/adamghill/node-soap.git", + "soap": "https://github.com/adamghill/node-soap.git", "moment": "1.6.2", "xml2js": "0.1.14", "underscore": "1.3.3" @@ -32,4 +32,4 @@ "scripts": { "test": "nodeunit test" } -} \ No newline at end of file +}