Comparing version 0.0.9 to 0.0.10
@@ -14,3 +14,3 @@ const kleur = require('kleur'); | ||
if (isNode = typeof process !== 'undefined') { | ||
let rgx = /uvu[\\+\/]bin\.js/i; | ||
let rgx = /(\.bin[\\+\/]uvu$|uvu[\\+\/]bin\.js)/i; | ||
isCLI = process.argv.some(x => rgx.test(x)); | ||
@@ -17,0 +17,0 @@ // attach node-specific utils |
{ | ||
"name": "uvu", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"module": "dist/index.mjs", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
29746