Skip to content

Commit

Permalink
chore: update oclif
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Apr 21, 2024
1 parent 0ce473a commit 3e3a632
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions bin/dev.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

@echo off

node --loader ts-node/esm --no-warnings=ExperimentalWarning "%~dp0\dev" %*
2 changes: 1 addition & 1 deletion bin/dev.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#!/usr/bin/env -S node --loader ts-node/esm --no-warnings=ExperimentalWarning

import {execute} from '@oclif/core'

await execute({development: true, dir: import.meta.url})
2 changes: 1 addition & 1 deletion bin/run.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off

node "%~dp0\run" %*
node "%~dp0\run" %*
2 changes: 1 addition & 1 deletion bin/run.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#!/usr/bin/env node

import {execute} from '@oclif/core'

await execute({dir: import.meta.url})
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@oclif/core": "^3.26.0",
"@oclif/core": "^3.26.2",
"csv": "^6.2.5",
"inquirer": "^9.1.4"
},
Expand All @@ -45,4 +45,4 @@
"commands": "./dist/commands",
"dirname": "money"
}
}
}

0 comments on commit 3e3a632

Please sign in to comment.