Skip to content

Commit 796ebf6

Browse files
committed
0.2.0
1 parent 4ebb205 commit 796ebf6

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

package.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,29 @@
11
{
22
"name": "diff-so-fancy",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Good-lookin' diffs with diff-highlight and more",
55
"bin": {
66
"diff-so-fancy": "diff-so-fancy",
77
"diff-highlight": "third_party/diff-highlight/diff-highlight"
88
},
9-
"repository": { "type": "git", "url": "git+https://github.com/stevemao/diff-so-fancy.git" },
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/stevemao/diff-so-fancy.git"
12+
},
1013
"keywords": [
11-
"git", "diff", "fancy",
12-
"good-lookin'", "diff-highlight",
13-
"color", "readable",
14+
"git",
15+
"diff",
16+
"fancy",
17+
"good-lookin'",
18+
"diff-highlight",
19+
"color",
20+
"readable",
1421
"highlight"
1522
],
1623
"author": "Paul Irish",
1724
"license": "MIT",
18-
"bugs": { "url": "https://github.com/stevemao/diff-so-fancy/issues" },
25+
"bugs": {
26+
"url": "https://github.com/stevemao/diff-so-fancy/issues"
27+
},
1928
"homepage": "https://github.com/stevemao/diff-so-fancy#readme"
2029
}

0 commit comments

Comments
 (0)