Skip to content

Commit

Permalink
perf: upgrade to oclif 3
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the framework oclif and its plugins have been migrated to next major version
  • Loading branch information
pviti committed Feb 13, 2024
1 parent 02ca50e commit 0cd40e4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 61 deletions.
101 changes: 41 additions & 60 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"outDir": "lib",
"rootDir": "src",
"strict": true,
"target": "es2017",
"target": "ES2022",
"esModuleInterop": true,
"resolveJsonModule": true,
},
Expand Down

0 comments on commit 0cd40e4

Please sign in to comment.