Comparing version 1.10.2 to 1.10.3
@@ -42,3 +42,3 @@ (function (exports) { | ||
exports.ROOT = exports.SEPARATOR = path.sep; | ||
exports.ROOT = exports.SEPARATOR = path.sep || (process.platform === "win32" ? "\\": "/"); | ||
if (path.sep === "\\") { | ||
@@ -45,0 +45,0 @@ exports.ALT_SEPARATOR = "/"; |
{ | ||
"name": "q-io", | ||
"version": "1.10.2", | ||
"version": "1.10.3", | ||
"description": "IO using Q promises", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/kriskowal/q-io/", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2973228