Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pofallon committed Feb 24, 2019
1 parent b9c3d17 commit 16e5c5d
Show file tree
Hide file tree
Showing 3 changed files with 1,864 additions and 2,225 deletions.
2 changes: 1 addition & 1 deletion dist/alks.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var alks = (function () {
alks.prototype.deleteIAMUser = function deleteIAMUser (props) {
return(this._doFetch('IAMUser', props, 'DELETE').then(function () { return true; } ))
};
alks.prototype.version = function version$$1 (props) {
alks.prototype.version = function version (props) {
return this._doFetch('version', props, 'GET').then(function (results) { return pick(results, ['version']); })
};
alks.prototype.getLoginRole = function getLoginRole (props) {
Expand Down
Loading

0 comments on commit 16e5c5d

Please sign in to comment.