[Pkg-javascript-commits] [node-tap] 129/186: Replace color-support by supports-color
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 1 16:40:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-tap.
commit 8f021d6a1891622c2b00bca6f2781c778ecfbe10
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Sun Sep 10 22:52:22 2017 +0200
Replace color-support by supports-color
Forwarded: no
---
bin/run.js | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/run.js b/bin/run.js
index b1971fc..ea62373 100755
--- a/bin/run.js
+++ b/bin/run.js
@@ -5,7 +5,7 @@ const node = process.execPath
const fs = require('fs')
const spawn = require('child_process').spawn
const fg = require('foreground-child')
-const colorSupport = require('color-support')
+const colorSupport = require('supports-color')
const nycBin = require.resolve('nyc/bin/nyc.js')
const glob = require('glob')
const isexe = require('isexe')
diff --git a/package.json b/package.json
index f9072cc..685faf0 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"bind-obj-methods": "^1.0.0",
"bluebird": "^3.5.1",
"clean-yaml-object": "^0.1.0",
- "color-support": "^1.1.0",
+ "supports-color" : "^3",
"coveralls": "^2.13.3",
"foreground-child": "^1.3.3",
"fs-exists-cached": "^1.0.0",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap.git
More information about the Pkg-javascript-commits
mailing list