Skip to content

Commit 133a76a

Browse files
committed
lint
1 parent b6ae32f commit 133a76a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"open": "npm:open@^10.1.0",
3434
"superjson": "npm:superjson@^2.2.2",
3535
"@deno/framework-detect": "jsr:@deno/framework-detect@^0",
36-
"temporal-polyfill": "npm:temporal-polyfill@^0.3.0"
36+
"temporal-polyfill": "npm:temporal-polyfill@^0.3.0",
37+
"prompts": "npm:prompts@2.4.2"
3738
},
3839
"exclude": [
3940
"astro-demo"

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Command } from "jsr:@cliffy/command@^1.0.0-rc.8";
1+
import { Command } from "@cliffy/command";
22
import { publish } from "./publish.ts";
33
import { red, yellow } from "@std/fmt/colors";
44
import { greaterOrEqual, parse as semverParse } from "@std/semver";

setup-cloud.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @ts-types="npm:@types/prompts@2.4.9"
2-
import prompt from "npm:prompts@2.4.2";
2+
import prompt from "prompts";
33

44
import { gray, green, yellow } from "@std/fmt/colors";
55
import { createTrpcClient } from "./auth.ts";

0 commit comments

Comments
 (0)