Skip to content

Commit

Permalink
Merge pull request #6 from iiddoo/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
iiddoo committed Sep 8, 2018
2 parents 61a80d7 + bd59c65 commit eb16cfa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![npm version](https://badge.fury.io/js/%40iiddoo%2Faim-password-retrieve.svg)](https://badge.fury.io/js/%40iiddoo%2Faim-password-retrieve)

# aim-password-retrieve
Retrieve password from CyberArk vault object with AIM client
Retrieve password for user

## Installation

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

/**
* Get user password from vault
* Get user password
* @param {string} user
* @return {string}
*/
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iiddoo/aim-password-retrieve",
"version": "0.1.1",
"description": "Retrieve password from CyberArk vault object with AIM client",
"version": "2.0.0",
"description": "Retrieve password for user.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
Expand Down

0 comments on commit eb16cfa

Please sign in to comment.