Comparing version 0.9.3 to 0.9.4
10
index.js
@@ -449,13 +449,3 @@ /*globals require,module */ | ||
/** | ||
* https://developers.digitalocean.com/#ssh-keys | ||
* | ||
* @param keyIdOrFingerPrint | ||
*/ | ||
account.prototype.keys = function(keyIdOrFingerPrint) { | ||
var path = '/v2/account/keys' + ( keyIdOrFingerPrint ? ('/' + keyIdOrFingerPrint) : ''); | ||
return createPromise(this.dropkit.createOption({ method: 'GET' , path: path})); | ||
}; | ||
/** | ||
@@ -462,0 +452,0 @@ * https://developers.digitalocean.com/#regions |
{ | ||
"name": "dropkit", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "A DigitalOcean Node.js module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16465
424