Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
fix: version command (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
cujarrett authored Nov 30, 2021
1 parent 7a8f170 commit 3cd32b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const app = async () => {
const green = "00c853"
const orange = "ff9800"

const pkg = await JSON.parse(await fs.readFile("package.json"))
const pkg = await JSON.parse(await fs.readFile("./package.json"))

yargs(hideBin(process.argv))
.wrap(null)
Expand Down

0 comments on commit 3cd32b2

Please sign in to comment.