Skip to content

Commit

Permalink
fix: remove unreliable readme info from npm api
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Feb 14, 2023
1 parent 430fdc2 commit 69143fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/graph/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ const addDependencyGraphData = ({root, processedNodes = [], packageData = []}) =
...(currentPackageData.repository && {repository: currentPackageData.repository}),
...(currentPackageData.bugs && {bugs: currentPackageData.bugs}),
...(currentPackageData.scripts && {scripts: currentPackageData.scripts}),
...(currentPackageData.readme && {hasReadme: true}),
...(currentPackageData.published && {published: currentPackageData.published}),
...(currentPackageData.dependencies && {
originalDependencies: currentPackageData.dependencies,
Expand Down

0 comments on commit 69143fc

Please sign in to comment.