mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-07 23:37:21 +00:00
push all website files
This commit is contained in:
4
website/node_modules/npm/lib/utils/is-windows-bash.js
generated
vendored
Normal file
4
website/node_modules/npm/lib/utils/is-windows-bash.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
'use strict'
|
||||
var isWindows = require('./is-windows.js')
|
||||
module.exports = isWindows &&
|
||||
(/^MINGW(32|64)$/.test(process.env.MSYSTEM) || process.env.TERM === 'cygwin')
|
Reference in New Issue
Block a user