simple-output
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -29,2 +29,5 @@ const symbols = require('log-symbols'); | ||
function node(msg) { | ||
if (process.platform === 'win32') { | ||
return success(msg); | ||
} | ||
const icon = '⬢'; | ||
@@ -31,0 +34,0 @@ const matchOperatorsRegex = /[|\\{}()[\]^$+*?.-]/g; |
{ | ||
"name": "simple-output", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
4642
40