Skip to content

Commit

Permalink
fix(npm): remove unused managerPackageFileList
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jun 30, 2020
1 parent 6f027b1 commit 6dedd5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions lib/manager/index.ts
Expand Up @@ -64,10 +64,7 @@ export async function extractAllPackageFiles(
if (!res) {
return null;
}
return res.map((packageFile) => ({
...packageFile,
managerPackageFileList: files,
}));
return res;
}
return null;
}
Expand Down
Expand Up @@ -18,9 +18,6 @@ Array [
"lernaClient": undefined,
"lernaDir": undefined,
"lernaPackages": undefined,
"managerPackageFileList": Array [
"package.json",
],
"npmLock": undefined,
"npmrc": undefined,
"packageFile": "package.json",
Expand Down

0 comments on commit 6dedd5e

Please sign in to comment.