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( ...@@ -64,10 +64,7 @@ export async function extractAllPackageFiles(
if (!res) { if (!res) {
return null; return null;
} }
return res.map((packageFile) => ({ return res;
...packageFile,
managerPackageFileList: files,
}));
} }
return null; return null;
} }
......
...@@ -18,9 +18,6 @@ Array [ ...@@ -18,9 +18,6 @@ Array [
"lernaClient": undefined, "lernaClient": undefined,
"lernaDir": undefined, "lernaDir": undefined,
"lernaPackages": undefined, "lernaPackages": undefined,
"managerPackageFileList": Array [
"package.json",
],
"npmLock": undefined, "npmLock": undefined,
"npmrc": undefined, "npmrc": undefined,
"packageFile": "package.json", "packageFile": "package.json",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment