Skip to content

Commit c5f2088

Browse files
committed
clean a bit
* prepare for separation of utils and cli
1 parent 5c223eb commit c5f2088

File tree

6 files changed

+535
-559
lines changed

6 files changed

+535
-559
lines changed

dist/diff2html.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
*
33
* Diff to HTML (diff2html.css)
44
* Author: rtfpessoa
5-
* Date: Friday 29 August 2014
6-
* Last Update: Sunday 25 January 2015
75
*
86
*/
97

dist/template.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
<!--
88
Diff to HTML (template.html)
99
Author: rtfpessoa
10-
Date: Friday 29 August 2014
11-
Last Update: Sunday 2 February 2015
1210
-->
1311

1412
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff2html",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44

55
"homepage": "https://www.github.com/rtfpessoa/diff2html-nodejs",
66
"description": "Fast Diff to colorized HTML",
@@ -53,10 +53,9 @@
5353
"main": "./src/diff2html.js",
5454

5555
"dependencies": {
56-
"commander": "2.6.0",
56+
"commander": "2.7.1",
5757
"extend": "2.0.0",
58-
"pkginfo": "0.3.0",
59-
"execSync": "1.0.2"
58+
"pkginfo": "0.3.0"
6059
},
6160

6261
"devDependencies": {

0 commit comments

Comments
 (0)