Compare commits

..

4 Commits

Author SHA1 Message Date
1ecf660368 0.0.9 2016-06-22 13:30:02 +02:00
a04ce339f2 0.0.8 2016-06-22 13:29:58 +02:00
feed201dc1 0.0.7 2016-06-22 13:01:38 +02:00
cb73164c8f updated dependencies 2016-06-22 13:01:28 +02:00
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "cflare", "name": "cflare",
"version": "0.0.6", "version": "0.0.9",
"description": "cloudflare management for CoreOS", "description": "cloudflare management for CoreOS",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -25,7 +25,7 @@
"beautylog": "^5.0.12", "beautylog": "^5.0.12",
"q": "^1.4.1", "q": "^1.4.1",
"request": "^2.72.0", "request": "^2.72.0",
"smartstring": "^2.0.9", "smartstring": "^2.0.10",
"typings-global": "^1.0.3" "typings-global": "^1.0.3"
}, },
"devDependencies": { "devDependencies": {

File diff suppressed because one or more lines are too long

View File

@ -77,6 +77,7 @@ describe("cflare",function(){
}); });
}); });
it("should remove a subdomain record from Cloudflare",function(done){ it("should remove a subdomain record from Cloudflare",function(done){
this.timeout(5000);
testCflareAccount.removeRecord("subdomain.bleu.de","A") testCflareAccount.removeRecord("subdomain.bleu.de","A")
.then(function(responseArg){ .then(function(responseArg){
console.log(responseArg); console.log(responseArg);