@travetto/terminal 3.3.1 → 3.4.0

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,7 +63,7 @@ This module follows the pattern [Node](https://nodejs.org) follows with respect
63
63
 
64
64
  **Terminal: Node help on colors**
65
65
  ```bash
66
- $ /usr/bin/node -h | grep -i color
66
+ $ node -h | grep -i color
67
67
 
68
68
  FORCE_COLOR when set to 'true', 1, 2, 3, or an
69
69
  empty string causes NO_COLOR and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/terminal",
3
- "version": "3.3.1",
3
+ "version": "3.4.0",
4
4
  "description": "General terminal support",
5
5
  "keywords": [
6
6
  "terminal",