File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
docs/lib/content/commands Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11---
22title : npm-doctor
33section : 1
4- description : Check your npm environment
4+ description : Check the health of your npm environment
55---
66
77### Synopsis
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ const subcommands = [
9999]
100100const BaseCommand = require ( '../base-command.js' )
101101class Doctor extends BaseCommand {
102- static description = 'Check your npm environment'
102+ static description = 'Check the health of your npm environment'
103103 static name = 'doctor'
104104 static params = [ 'registry' ]
105105 static ignoreImplicitWorkspace = false
Original file line number Diff line number Diff line change @@ -315,7 +315,6 @@ exports[`test/lib/commands/publish.js TAP re-loads publishConfig.registry if add
315315`
316316
317317exports [ `test/lib/commands/publish.js TAP respects publishConfig.registry, runs appropriate scripts > new package version 1` ] = `
318-
319318`
320319
321320exports [ `test/lib/commands/publish.js TAP restricted access > must match snapshot 1` ] = `
Original file line number Diff line number Diff line change @@ -2885,7 +2885,7 @@ alias: home
28852885`
28862886
28872887exports [ `test/lib/docs.js TAP usage doctor > must match snapshot 1` ] = `
2888- Check your npm environment
2888+ Check the health of your npm environment
28892889
28902890Usage:
28912891npm doctor [ping] [registry] [versions] [environment] [permissions] [cache]
You can’t perform that action at this time.
0 commit comments