Skip to content

Commit

Permalink
refactor: rename module
Browse files Browse the repository at this point in the history
To match type
  • Loading branch information
ComradeVanti committed Oct 25, 2023
1 parent ead4616 commit 996aa41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cmd-add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
parseName,
saveManifest,
} from "./core";
import { isUrlVersion } from "./utils/version";
import { isUrlVersion } from "./utils/pkg-version";

export type AddOptions = {
test: boolean;
Expand Down
File renamed without changes.

0 comments on commit 996aa41

Please sign in to comment.