File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const usageUtil = require('./utils/usage.js')
10
10
const getIdentity = require ( './utils/get-identity.js' )
11
11
12
12
const usage = usageUtil (
13
- 'npm access' ,
13
+ 'access' ,
14
14
'npm access public [<package>]\n' +
15
15
'npm access restricted [<package>]\n' +
16
16
'npm access grant <read-only|read-write> <scope:team> [<package>]\n' +
Original file line number Diff line number Diff line change @@ -433,7 +433,6 @@ const ls = async (args) => {
433
433
args,
434
434
currentDepth : node [ _depth ] ,
435
435
nodeResult,
436
- parseable,
437
436
seenNodes,
438
437
} ) )
439
438
} ,
Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ const usageUtil = require('./utils/usage.js')
15
15
16
16
const usage = usageUtil (
17
17
'npm profile enable-2fa [auth-only|auth-and-writes]\n' ,
18
- 'npm profile disable-2fa\n' ,
19
- 'npm profile get [<key>]\n'
18
+ 'npm profile disable-2fa\n' +
19
+ 'npm profile get [<key>]\n' +
20
+ 'npm profile set <key> <value>'
20
21
)
21
22
22
23
const completion = ( opts , cb ) => {
You can’t perform that action at this time.
0 commit comments