We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425f913 commit 494e222Copy full SHA for 494e222
dist/template.html
@@ -9,7 +9,7 @@
9
Author: rtfpessoa
10
-->
11
12
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/github.min.css">
13
<link rel="stylesheet" type="text/css" href="{{css}}">
14
15
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "diff2html-cli",
3
- "version": "0.2.2",
+ "version": "0.2.3",
4
5
"homepage": "https://www.github.com/rtfpessoa/diff2html-nodejs-cli",
6
"description": "Fast Diff to colorized HTML",
0 commit comments