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/utils/is-windows-shell.js')
-rw-r--r--lib/utils/is-windows-shell.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils/is-windows-shell.js b/lib/utils/is-windows-shell.js
index 5f2f95e2e..477bd43cc 100644
--- a/lib/utils/is-windows-shell.js
+++ b/lib/utils/is-windows-shell.js
@@ -1,4 +1,3 @@
-'use strict'
const isWindows = require('./is-windows.js')
const isWindowsBash = require('./is-windows-bash.js')
module.exports = isWindows && !isWindowsBash