Skip to content

Commit e8de81b

Browse files
authored
chore: Add automatically generated annotation to dependencies.md (#8643)
## References - Related to #8641 (comment) - Closes #8641 Signed-off-by: Josh Soref <[email protected]>
1 parent 268e4f8 commit e8de81b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

DEPENDENCIES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- This file is automatically added by `scripts/dependency-graph.js`. Do not edit. -->
2+
13
# npm dependencies
24

35
## `github.com/npm/` only

scripts/dependency-graph.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ const main = async function () {
118118
const [annotationsAll] = walk(tree, false)
119119

120120
const out = [
121+
'<!-- This file is automatically added by `scripts/dependency-graph.js`. Do not edit. -->',
122+
'',
121123
'# npm dependencies',
122124
'',
123125
'## `github.com/npm/` only',

0 commit comments

Comments
 (0)