Skip to content

Commit cb53aaa

Browse files
Merge pull request #27
Fix typo in `Package` import path (`types/Package` to `types/package`)
2 parents 8451130 + 5f94692 commit cb53aaa

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/packageManagers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { fileExists, readFile } from "./filesystem";
22
import type { Config } from "../types/config";
3-
import type { Package } from "../types/Package";
3+
import type { Package } from "../types/package";
44

55
export const hasComposer = (config: Config): boolean =>
66
fileExists(config, "composer.json");

0 commit comments

Comments
 (0)