summaryrefslogtreecommitdiffstats
path: root/node_modules/copy-concurrently/is-windows.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/copy-concurrently/is-windows.js')
-rw-r--r--node_modules/copy-concurrently/is-windows.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/copy-concurrently/is-windows.js b/node_modules/copy-concurrently/is-windows.js
new file mode 100644
index 0000000..8a991d5
--- /dev/null
+++ b/node_modules/copy-concurrently/is-windows.js
@@ -0,0 +1,2 @@
+'use strict'
+module.exports = process.platform === 'win32'