Comparing version 1.0.2 to 1.0.3
@@ -0,3 +1,4 @@ | ||
var chalk = require('chalk') | ||
// Force colors as playing with /dev/tty might disable it | ||
var chalk = require('chalk').enabled = true | ||
chalk.enabled = true | ||
var copy = require('copy-paste').copy | ||
@@ -4,0 +5,0 @@ var tty = require('./direct_tty') |
{ | ||
"name": "copy2cb", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A small module for CLI tools to write to both process.stdout and clipboard", | ||
@@ -5,0 +5,0 @@ "main": "copy.js", |
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
2607
51