Skip to content

Commit 1a5d55e

Browse files
chore: reduce dep
1 parent c1f4938 commit 1a5d55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Copyright 2024 the JSR authors. MIT license.
22
import * as path from "node:path";
33
import * as fs from "node:fs";
4-
import { styleText } from "./utils";
54
import {
65
exec,
76
fileExists,
87
getNewLineChars,
98
JsrPackage,
109
timeAgo,
10+
styleText,
1111
} from "./utils";
1212
import { Bun, getPkgManager, PkgManagerName, YarnBerry } from "./pkg_manager";
1313
import { downloadDeno, getDenoDownloadUrl } from "./download";

0 commit comments

Comments
 (0)