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 'bin/npm-cli.js')
-rwxr-xr-xbin/npm-cli.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/npm-cli.js b/bin/npm-cli.js
index 1380e320d..d760e8cdb 100755
--- a/bin/npm-cli.js
+++ b/bin/npm-cli.js
@@ -68,6 +68,7 @@ npm.load(conf, function (er) {
// XXX move update notifier stuff into separate module
const pkg = require('../package.json')
let notifier = require('update-notifier')({pkg})
+ // XXX should use @npmcli/ci-detect
const isCI = require('ci-info').isCI
if (
notifier.update &&