Skip to content

Commit 3842727

Browse files
committed
fix(logout): require proper auth.js from npm-registry-fetch
1 parent 89f3810 commit 3842727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/logout.js

Lines changed: 1 addition & 1 deletion
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)