Skip to content

Commit 90c384c

Browse files
wraithgarruyadorno
authored andcommittedJan 26, 2022
fix(logout): require proper auth.js from npm-registry-fetch
1 parent 1bfc507 commit 90c384c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/commands/logout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const getAuth = require('npm-registry-fetch/auth.js')
1+
const getAuth = require('npm-registry-fetch/lib/auth.js')
22
const npmFetch = require('npm-registry-fetch')
33
const log = require('../utils/log-shim')
44
const BaseCommand = require('../base-command.js')

0 commit comments

Comments
 (0)
Please sign in to comment.