Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed May 23, 2023
1 parent f5d857a commit 5369284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function searchReadmeFiles(nocache) {
const readmeContent = Buffer.from(readme.data.content, 'base64').toString();
return {
name: `@aws-sdk/${file.name}`,
value: { name: file.name, readme: readmeContent },
value: { name: `@aws-sdk/${file.name}`, readme: readmeContent },
};
});
choices = await Promise.all(fileChoices);
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": "aws-sdk-v3-cli",
"version": "1.0.4",
"version": "1.0.5",
"description": "CLI tool that helps you find the right AWS SDK client for your use case",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 5369284

Please sign in to comment.