File tree Expand file tree Collapse file tree 3 files changed +437
-513
lines changed Expand file tree Collapse file tree 3 files changed +437
-513
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Usage: diff2html [options] -- [diff args]
72
72
| -u | --diffy | Upload to diffy.org | ` browser ` , ` pbcopy ` , ` print ` | |
73
73
| -F | --file | Send output to file (overrides output option) | _ [ string] _ | |
74
74
| --ig | --ignore | Ignore particular files from the diff | _ [ string] _ | |
75
- | -v | --version | | Show version number | | |
75
+ | -v | --version | Show version number | | |
76
76
| -h | --help | Show help | | |
77
77
78
78
Examples:
@@ -100,7 +100,7 @@ Examples:
100
100
- ` //diff2html-synchronisedScroll ` - writes code to support selected scroll interaction, must be within a ` <script> ` block
101
101
- ` <!--diff2html-diff--> ` - writes diff content to page
102
102
103
- ` diff2htal --ig package-lock.json --ig yarn.lock`
103
+ ` diff2html --ig package-lock.json --ig yarn.lock`
104
104
- Ignore ` package-lock.json ` and ` yarn.lock ` from the generated diff
105
105
106
106
_ NOTE_ : notice the ` -- ` in the examples
Original file line number Diff line number Diff line change 54
54
"main" : " ./src/main.js" ,
55
55
"dependencies" : {
56
56
"copy-paste" : " ^1.3.0" ,
57
- "diff2html" : " ^2.4 .0" ,
58
- "extend" : " ^3.0.1 " ,
57
+ "diff2html" : " ^2.7 .0" ,
58
+ "extend" : " ^3.0.2 " ,
59
59
"open" : " ^0.0.5" ,
60
- "request" : " ^2.87 .0" ,
61
- "yargs" : " ^11 .0.0 "
60
+ "request" : " ^2.88 .0" ,
61
+ "yargs" : " ^12 .0.5 "
62
62
},
63
63
"devDependencies" : {
64
- "codacy-coverage" : " ^3.0 .0" ,
64
+ "codacy-coverage" : " ^3.4 .0" ,
65
65
"eslint" : " ^5.13.0" ,
66
- "eslint-plugin-promise" : " ^3.8.0" ,
67
- "eslint-plugin-standard" : " ^3.1.0" ,
68
- "nyc" : " ^13.2.0" ,
66
+ "eslint-plugin-promise" : " ^4.0.1" ,
67
+ "eslint-plugin-standard" : " ^4.0.0" ,
69
68
"mocha" : " ^5.2.0" ,
69
+ "nyc" : " ^13.2.0" ,
70
70
"sinon" : " ^7.2.3"
71
71
},
72
72
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments