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.
1 parent fed20cb commit 87e0640Copy full SHA for 87e0640
componentDetection.ts
@@ -93,7 +93,7 @@ export default class ComponentDetection {
93
packages.forEach(async (pkg: ComponentDetectionPackage) => {
94
pkg.locationsFoundAt.forEach(async (location: any) => {
95
if (!manifests[location.filePath]) {
96
- const manifest = new Manifest(location.filePath, location.filePath);
+ const manifest = new Manifest(location, location);
97
manifests.push(manifest);
98
}
99
if (pkg.topLevelReferrers.length == 0) {
0 commit comments