Skip to content

Commit 7f7de95

Browse files
committed
prepare for 1.0.0 release
1 parent 5e89a8c commit 7f7de95

File tree

2 files changed

+23
-36
lines changed

2 files changed

+23
-36
lines changed

package.json

Lines changed: 22 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,55 @@
11
{
2-
"name": "diff2html-cli",
3-
"version": "1.0.0-2",
4-
2+
"name": "diff2html-cli",
3+
"version": "1.0.0",
54
"homepage": "https://www.github.com/rtfpessoa/diff2html-cli",
65
"description": "Fast Diff to colorized HTML",
76
"keywords": [
8-
"git",
9-
"diff",
10-
"pretty",
11-
"side",
12-
"line",
13-
"side-by-side",
14-
"line-by-line",
15-
"character",
16-
"highlight",
17-
"pretty",
18-
"color",
19-
"html",
20-
"diff2html",
21-
"difftohtml",
22-
"colorized"
23-
],
24-
7+
"git",
8+
"diff",
9+
"pretty",
10+
"side",
11+
"line",
12+
"side-by-side",
13+
"line-by-line",
14+
"character",
15+
"highlight",
16+
"pretty",
17+
"color",
18+
"html",
19+
"diff2html",
20+
"difftohtml",
21+
"colorized"
22+
],
2523
"author": {
26-
"name": "Rodrigo Fernandes",
24+
"name": "Rodrigo Fernandes",
2725
"email": "rtfrodrigo@gmail.com"
2826
},
29-
3027
"repository": {
3128
"type": "git",
3229
"url": "https://www.github.com/rtfpessoa/diff2html-cli.git"
3330
},
34-
3531
"bugs": {
3632
"url": "https://www.github.com/rtfpessoa/diff2html-cli/issues"
3733
},
38-
3934
"engines": {
40-
"node": ">=0.12.0"
35+
"node": ">=0.12.0"
4136
},
42-
4337
"preferGlobal": "true",
44-
4538
"scripts": {
4639
"test": ""
4740
},
48-
4941
"bin": {
5042
"diff2html": "./bin/diff2html"
5143
},
52-
5344
"main": "./src/main.js",
54-
5545
"dependencies": {
56-
"yargs": "3.18.*",
57-
"extend": "3.0.0",
46+
"yargs": "3.24.*",
47+
"extend": "3.0.*",
5848
"diff2html": "*"
5949
},
60-
6150
"devDependencies": {
6251
},
63-
6452
"license": "MIT",
65-
6653
"files": [
6754
"bin",
6855
"src",

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
var argv = require('yargs')
9-
.usage('Usage: diff2html [options]')
9+
.usage('Usage: diff2html [options] -- [diff args]')
1010
.options({
1111
's': {
1212
alias: 'style',

0 commit comments

Comments
 (0)