Comparing version 2.0.4 to 2.0.5
@@ -9,3 +9,3 @@ import * as tty from "tty" | ||
const isCompatibleTerminal = | ||
tty.isatty && tty.isatty(1) && env.TERM && env.TERM !== "dumb" | ||
tty && tty.isatty && tty.isatty(1) && env.TERM && env.TERM !== "dumb" | ||
@@ -12,0 +12,0 @@ const isCI = |
{ | ||
"name": "colorette", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "index.cjs", |
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
15093