We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02b46a commit a390d74Copy full SHA for a390d74
lib/update.js
@@ -24,7 +24,7 @@ const update = async args => {
24
25
if (npm.flatOptions.depth) {
26
log.warn('update', 'The --depth option no longer has any effect. See RFC0019.\n' +
27
- 'https://github.com/npm/rfcs/blob/latest/accepted/0019-remove-update-depth-option.md')
+ 'https://github.com/npm/rfcs/blob/latest/implemented/0019-remove-update-depth-option.md')
28
}
29
30
const arb = new Arborist({
0 commit comments