We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268e4f8 commit e8de81bCopy full SHA for e8de81b
DEPENDENCIES.md
@@ -1,3 +1,5 @@
1
+<!-- This file is automatically added by `scripts/dependency-graph.js`. Do not edit. -->
2
+
3
# npm dependencies
4
5
## `github.com/npm/` only
scripts/dependency-graph.js
@@ -118,6 +118,8 @@ const main = async function () {
118
const [annotationsAll] = walk(tree, false)
119
120
const out = [
121
+ '<!-- This file is automatically added by `scripts/dependency-graph.js`. Do not edit. -->',
122
+ '',
123
'# npm dependencies',
124
'',
125
'## `github.com/npm/` only',
0 commit comments