summaryrefslogtreecommitdiff
path: root/deps/npm/lib/utils/is-windows-bash.js
blob: bc4ac7db493f3a90f740c7847097090d1be1e337 (plain)
1
2
3
'use strict'
var isWindows = require('./is-windows.js')
module.exports = isWindows && /^MINGW(32|64)$/.test(process.env.MSYSTEM)