File tree 4 files changed +3
-4
lines changed
docs/lib/content/commands
4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : npm-doctor
3
3
section : 1
4
- description : Check your npm environment
4
+ description : Check the health of your npm environment
5
5
---
6
6
7
7
### Synopsis
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ const subcommands = [
99
99
]
100
100
const BaseCommand = require ( '../base-command.js' )
101
101
class Doctor extends BaseCommand {
102
- static description = 'Check your npm environment'
102
+ static description = 'Check the health of your npm environment'
103
103
static name = 'doctor'
104
104
static params = [ 'registry' ]
105
105
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
315
315
`
316
316
317
317
exports [ `test/lib/commands/publish.js TAP respects publishConfig.registry, runs appropriate scripts > new package version 1` ] = `
318
-
319
318
`
320
319
321
320
exports [ `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
2885
2885
`
2886
2886
2887
2887
exports [ `test/lib/docs.js TAP usage doctor > must match snapshot 1` ] = `
2888
- Check your npm environment
2888
+ Check the health of your npm environment
2889
2889
2890
2890
Usage:
2891
2891
npm doctor [ping] [registry] [versions] [environment] [permissions] [cache]
You can’t perform that action at this time.
0 commit comments