Skip to content

Commit dd50478

Browse files
committed
chore: lint
1 parent 89b85a7 commit dd50478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/getProjectDeps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const getProjectDependencies = async (): Promise<Dependency[]> => {
1313
if (!existsSync(packageJsonPath)) {
1414
return [];
1515
} else {
16-
const { readPackageJSON } = await import("pkg-types");
16+
const { readPackageJSON } = await import("pkg-types");
1717
const packageJSON = await readPackageJSON(packageJsonPath);
1818

1919
const addDependencies = (depObj: Record<string, string> | undefined) => {

0 commit comments

Comments
 (0)