Skip to content

Commit

Permalink
feat: jcli upgrade command (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
danewalters authored May 6, 2024
1 parent e71ffff commit d95f735
Show file tree
Hide file tree
Showing 4 changed files with 601 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deno.jsonc → deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"version": "v0.1.5",
"imports": {
"@/": "./src/",
"@schemas/": "./schemas/",
"@test/": "./test/",
"cliffy-command": "https://deno.land/x/[email protected]/command/mod.ts",
"cliffy-table": "https://deno.land/x/[email protected]/table/mod.ts",
"@polyseam/cliffy-provider-gh-releases": "jsr:@polyseam/cliffy-provider-gh-releases@^0.3.0",
"log": "https://deno.land/[email protected]/log/mod.ts",
"path": "https://deno.land/[email protected]/path/mod.ts",
"sqlite": "https://deno.land/x/[email protected]/mod.ts",
Expand Down
Loading

0 comments on commit d95f735

Please sign in to comment.