Skip to content
Snippets Groups Projects
Commit 6dedd5e2 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(npm): remove unused managerPackageFileList

parent 6f027b11
No related branches found
No related tags found
No related merge requests found
......@@ -64,10 +64,7 @@ export async function extractAllPackageFiles(
if (!res) {
return null;
}
return res.map((packageFile) => ({
...packageFile,
managerPackageFileList: files,
}));
return res;
}
return null;
}
......
......@@ -18,9 +18,6 @@ Array [
"lernaClient": undefined,
"lernaDir": undefined,
"lernaPackages": undefined,
"managerPackageFileList": Array [
"package.json",
],
"npmLock": undefined,
"npmrc": undefined,
"packageFile": "package.json",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment