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-shell.js
generated
vendored
Normal file
4
website/node_modules/npm/lib/utils/is-windows-shell.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
'use strict'
|
||||
var isWindows = require('./is-windows.js')
|
||||
var isWindowsBash = require('./is-windows-bash.js')
|
||||
module.exports = isWindows && !isWindowsBash
|
Reference in New Issue
Block a user