Skip to content

Commit 425f913

Browse files
committed
always use the latest version from the diff plugin
1 parent 725f6b3 commit 425f913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff2html-cli",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44

55
"homepage": "https://www.github.com/rtfpessoa/diff2html-nodejs-cli",
66
"description": "Fast Diff to colorized HTML",
@@ -56,7 +56,7 @@
5656
"commander": "2.7.1",
5757
"extend": "2.0.0",
5858
"pkginfo": "0.3.0",
59-
"diff2html": "0.2.1"
59+
"diff2html": "*"
6060
},
6161

6262
"devDependencies": {

0 commit comments

Comments
 (0)