File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " diff2html-cli" ,
3
- "version" : " 1.4.4 " ,
3
+ "version" : " 1.4.5 " ,
4
4
"homepage" : " https://www.github.com/rtfpessoa/diff2html-cli" ,
5
5
"description" : " Fast Diff to colorized HTML" ,
6
6
"keywords" : [
46
46
"main" : " ./src/main.js" ,
47
47
"dependencies" : {
48
48
"copy-paste" : " ^1.1.4" ,
49
- "diff2html" : " ~1.3.1 " ,
49
+ "diff2html" : " ~1.3.2 " ,
50
50
"extend" : " ^3.0.0" ,
51
51
"open" : " ^0.0.5" ,
52
52
"request" : " ^2.69.0" ,
Original file line number Diff line number Diff line change 82
82
config . showFilesOpen = baseConfig . summary === 'open' ;
83
83
}
84
84
85
- var htmlContent = Diff2Html . getPrettyHtml ( jsonContent , config ) ;
85
+ var htmlContent = diff2Html . getPrettyHtml ( jsonContent , config ) ;
86
86
return callback ( null , that . _prepareHTML ( htmlContent , config . showFilesOpen ) ) ;
87
87
} else if ( baseConfig . format === 'json' ) {
88
88
return callback ( null , JSON . stringify ( jsonContent ) ) ;
You can’t perform that action at this time.
0 commit comments