Skip to content

Commit da6fcd3

Browse files
committed
Corrections
1 parent 031e3fd commit da6fcd3

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

History.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11

2-
0.3.1 / 2014-10-22
3-
==================
4-
5-
* 24-bit ANSI colors
6-
* Safe colors (no String.prototype)
7-
* Lighter production installs using package.json `files`
8-
* Travis-CI integration
9-
* Travis-CI badges in readme
10-
112
0.3.0 / 2014-02-02
123
==================
134

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ "name": "cli-table"
22
, "description": "Pretty unicode tables for the CLI"
3-
, "version": "0.3.1"
3+
, "version": "0.3.0"
44
, "author": "Guillermo Rauch <[email protected]>"
55
, "contributors": ["Sonny Michaud <[email protected]> (http://github.com/sonnym)"]
66
, "keywords": ["cli", "colors", "table"]
77
, "dependencies": {
8-
"colors": "~1.0"
8+
"colors": "1.0.3"
99
}
1010
, "devDependencies": {
1111
"expresso": "~0.9"

0 commit comments

Comments
 (0)