phonegap-build
Advanced tools
Comparing version
@@ -20,11 +20,4 @@ /*! | ||
this.phonegapbuild.logout(argv, function(e) { | ||
if (e) { | ||
console.error('failed to logout:', e.message); | ||
} | ||
else { | ||
console.log('logged out of', 'build.phonegap.com'.underline); | ||
} | ||
callback(e); | ||
}); | ||
}; |
@@ -64,2 +64,3 @@ /*! | ||
self.emit('log', 'logged out of', 'build.phonegap.com'.underline); | ||
callback(null); | ||
@@ -66,0 +67,0 @@ }); |
{ | ||
"name": "phonegap-build", | ||
"description": "PhoneGap Build command-line interface and node.js library.", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"homepage": "http://github.com/mwbrooks/phonegap-build-cli", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -46,7 +46,2 @@ /* | ||
}); | ||
it('should output a success message', function() { | ||
cli.argv({ _: ['logout'] }); | ||
expect(process.stdout.write).toHaveBeenCalled(); | ||
}); | ||
}); | ||
@@ -67,9 +62,4 @@ | ||
}); | ||
it('should output a success message', function() { | ||
cli.argv({ _: ['logout'] }); | ||
expect(process.stdout.write).toHaveBeenCalled(); | ||
}); | ||
}); | ||
}); | ||
}); |
1533818
-0.03%6900
-0.19%