Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 3, 2024
1 parent 8fe78d1 commit ee483e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env node
import { defineCommand, runMain, ArgsDef } from "citty";
import { resolve } from "pathe";
import { consola } from "consola";
import { name, version, description } from "../package.json";
import { addDependency, installDependencies, removeDependency } from "./api";
import { detectPackageManager } from "./package-manager";
import { resolve } from "pathe";
import { consola } from "consola";

const operationArgs = {
cwd: {
Expand Down

0 comments on commit ee483e9

Please sign in to comment.