supports-color 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +0 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -23,10 +23,6 @@ module.exports = (function () {
23
23
  return false;
24
24
  }
25
25
 
26
- if ('UPSTART_JOB' in process.env) {
27
- return false;
28
- }
29
-
30
26
  if (process.platform === 'win32') {
31
27
  return true;
32
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supports-color",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Detect whether a terminal supports color",
5
5
  "license": "MIT",
6
6
  "repository": "sindresorhus/supports-color",