We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8451130 + 5f94692 commit cb53aaaCopy full SHA for cb53aaa
2 files changed
src/types/Package.ts src/types/package.tssrc/types/Package.ts renamed to src/types/package.ts
src/utils/packageManagers.ts
@@ -1,6 +1,6 @@
1
import { fileExists, readFile } from "./filesystem";
2
import type { Config } from "../types/config";
3
-import type { Package } from "../types/Package";
+import type { Package } from "../types/package";
4
5
export const hasComposer = (config: Config): boolean =>
6
fileExists(config, "composer.json");
0 commit comments