Skip to content

Commit

Permalink
Fixing bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Aug 16, 2020
2 parents 37a46c6 + e75f670 commit 1530037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SingleSignOnCredentials provider aws-sdk-js.
## Usage
```
const AWS = require("aws-sdk");
const AWS = require("aws-sdk-sso");
require("aws-sdk-sso");
AWS.config.credentialProvider.providers.push(
new AWS.SingleSignOnCredentials()
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": "@mhlabs/aws-sdk-sso",
"version": "0.0.2",
"version": "0.0.3",
"description": "Credentials provider for AWS Single Sign-On",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1530037

Please sign in to comment.