Skip to content

Commit

Permalink
fix: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed May 26, 2023
1 parent a1b08e0 commit 2560267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (import.meta.main) {

const commander = new Command()
.name("n")
.version("2.0.0")
.version("1.0.0")
.description(`Command line tool created by deno to manage node projects`)
.action(async () => {
await execaInstall(pm, [], [])
Expand Down

0 comments on commit 2560267

Please sign in to comment.