updated dependencies

This commit is contained in:
2016-06-22 13:01:28 +02:00
parent 4758f31132
commit cb73164c8f
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
"beautylog": "^5.0.12",
"q": "^1.4.1",
"request": "^2.72.0",
"smartstring": "^2.0.9",
"smartstring": "^2.0.10",
"typings-global": "^1.0.3"
},
"devDependencies": {
+2 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -77,6 +77,7 @@ describe("cflare",function(){
});
});
it("should remove a subdomain record from Cloudflare",function(done){
this.timeout(5000);
testCflareAccount.removeRecord("subdomain.bleu.de","A")
.then(function(responseArg){
console.log(responseArg);