Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Jun 18, 2024
1 parent c692497 commit a937217
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smoke-cloud/fds-inspect-cli",
"version": "0.1.2",
"version": "0.1.3",
"exports": "./main.ts",
"tasks": {
"dev": "deno run --watch main.ts"
Expand Down
8 changes: 8 additions & 0 deletions deno.lock

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

3 changes: 1 addition & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ import {
countCells,
type FdsFile,
} from "jsr:@smoke-cloud/[email protected]";
import "jsr:@smoke-cloud/[email protected]";
import { Command } from "jsr:@cliffy/[email protected]";
import { open } from "./open.ts";
import * as path from "jsr:@std/[email protected]";
import { getJson, verifyInputRender } from "jsr:@smoke-cloud/[email protected].2";
import { getJson, verifyInputRender } from "jsr:@smoke-cloud/[email protected].3";

await new Command()
.name("tway-server-manager")
Expand Down

0 comments on commit a937217

Please sign in to comment.