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/star.js')
-rw-r--r--lib/commands/star.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/commands/star.js b/lib/commands/star.js
index 1bbd25efd..ec1160589 100644
--- a/lib/commands/star.js
+++ b/lib/commands/star.js
@@ -1,7 +1,6 @@
const fetch = require('npm-registry-fetch')
-const log = require('npmlog')
const npa = require('npm-package-arg')
-
+const log = require('../utils/log-shim')
const getIdentity = require('../utils/get-identity')
const BaseCommand = require('../base-command.js')