UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

12 lines (10 loc) 289 B
'use strict'; module.exports = (function () { if (process.platform !== 'win32') { return false; } var nodeVer = process.version.substr(1).split('.').map(function (num) { return parseInt(num, 10); }); return (nodeVer[0] === 0 && nodeVer[1] < 12); })();