Skip to content

Commit

Permalink
fix(logout): require proper auth.js from npm-registry-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored and ruyadorno committed Jan 26, 2022
1 parent 1bfc507 commit 90c384c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/logout.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const getAuth = require('npm-registry-fetch/auth.js')
const getAuth = require('npm-registry-fetch/lib/auth.js')
const npmFetch = require('npm-registry-fetch')
const log = require('../utils/log-shim')
const BaseCommand = require('../base-command.js')
Expand Down

0 comments on commit 90c384c

Please sign in to comment.