Skip to content

Commit ee483e9

Browse files
committed
chore: lint
1 parent 8fe78d1 commit ee483e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env node
22
import { defineCommand, runMain, ArgsDef } from "citty";
3+
import { resolve } from "pathe";
4+
import { consola } from "consola";
35
import { name, version, description } from "../package.json";
46
import { addDependency, installDependencies, removeDependency } from "./api";
57
import { detectPackageManager } from "./package-manager";
6-
import { resolve } from "pathe";
7-
import { consola } from "consola";
88

99
const operationArgs = {
1010
cwd: {

0 commit comments

Comments
 (0)