Skip to content

Commit

Permalink
Updated the url for RFC 19 so that it isn't a 404.
Browse files Browse the repository at this point in the history
PR-URL: #2440
Credit: @therealjeffg
Close: #2440
Reviewed-by: @isaacs
  • Loading branch information
jeffgca authored and isaacs committed Jan 7, 2021
1 parent e02b46a commit a390d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/update.js
Expand Up @@ -24,7 +24,7 @@ const update = async args => {

if (npm.flatOptions.depth) {
log.warn('update', 'The --depth option no longer has any effect. See RFC0019.\n' +
'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')
}

const arb = new Arborist({
Expand Down

0 comments on commit a390d74

Please sign in to comment.