Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
fix(entry): Fix main entry for use as library (#11)
Browse files Browse the repository at this point in the history
This changes the value of main so that someone can use this within node as a library as well.
  • Loading branch information
sclarson authored Feb 3, 2021
1 parent ee2c41b commit ae5a7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-sso-creds-helper",
"version": "1.3.3",
"description": "AWS SSO Credential helper for AWS SDK",
"main": "./lib/index.js",
"main": "./lib/sso-creds.js",
"contributors": [
"Ryan Sonshine (https://github.com/ryansonshine)"
],
Expand Down

0 comments on commit ae5a7da

Please sign in to comment.