diff --git a/index.js b/index.js index 65b181238..64459926a 100644 --- a/index.js +++ b/index.js @@ -1850,12 +1850,6 @@ export async function createNodejsBom(path, options) { pkgList = pkgList.concat(dlist); } } - return buildBomNSData(options, pkgList, "npm", { - allImports: {}, - src: path, - filename: "package.json", - parentComponent - }); } } let allImports = {};