Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/commands/stars.js')
-rw-r--r--lib/commands/stars.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/commands/stars.js b/lib/commands/stars.js
index 1260655d0..f45ec846d 100644
--- a/lib/commands/stars.js
+++ b/lib/commands/stars.js
@@ -1,6 +1,5 @@
-const log = require('npmlog')
const fetch = require('npm-registry-fetch')
-
+const log = require('../utils/log-shim')
const getIdentity = require('../utils/get-identity.js')
const BaseCommand = require('../base-command.js')