Skip to content

Commit 9f151a7

Browse files
Merge pull request #392 from NativeScript/vladimirov/fix-cli-table-render
Fix marked-terminal parsing and tables in console
2 parents 6f78706 + 286084b commit 9f151a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/common

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"bufferpack": "0.0.6",
2828
"byline": "4.1.1",
2929
"chalk": "1.0.0",
30-
"cli-table": "0.3.1",
30+
"cli-table": "https://github.com/telerik/cli-table/tarball/master",
3131
"colors": "0.6.2",
3232
"ffi": "https://github.com/icenium/node-ffi/tarball/master",
3333
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.5.1",
@@ -39,7 +39,7 @@
3939
"lodash": "3.6.0",
4040
"log4js": "0.6.22",
4141
"marked": "0.3.3",
42-
"marked-terminal": "1.2.0",
42+
"marked-terminal": "1.3.0",
4343
"mkdirp": "0.3.5",
4444
"mute-stream": "0.0.4",
4545
"node-inspector": "0.7.4",

0 commit comments

Comments
 (0)