Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen committed Dec 7, 2015
1 parent 060ec41 commit d57252c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ clortho.forService = function (service) {
},
removeFromKeychain: function removeFromKeychain(username) {
return keychain.remove(service, username);
},
tryRemoveFromKeychain: function tryRemoveFromKeychain(username) {
return keychain.remove(service, username).catch(function () {
return null;
});
}
};
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clortho",
"version": "1.0.4",
"version": "1.1.0",
"description": "friendly, OS-appropriate password handling for node scripts",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit d57252c

Please sign in to comment.