Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix lint
  • Loading branch information
reggi committed Oct 9, 2024
commit 8e6a746f51040ad603410ec0bafb6ac44bec1935
2 changes: 1 addition & 1 deletion scripts/dependency-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const main = async function () {
fs.writeFile(join(CWD, 'DEPENDENCIES.json'),
JSON.stringify(hierarchyOurs.map(v => v.split(', ')), null, 2)
)

return fs.writeFile(join(CWD, 'DEPENDENCIES.md'), out.join(EOL))
}

Expand Down
Loading