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 d4e7ead commit 5c41e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import * as shell from 'shelljs';
import * as fs from "fs"
import * as os from "os"
import * as path from "path"

const pkg = JSON.parse(fs.readFileSync(path.join(__dirname, "package.json")).toString("utf-8"));
const pkg = JSON.parse(fs.readFileSync(path.join("package.json")).toString("utf-8"));
program
.version(pkg.version)
.description('AWS SDK v3 CLI');
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.6",
"version": "1.0.7",
"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 5c41e48

Please sign in to comment.