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 +}