Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Feb 12, 2016
1 parent 4ebb205 commit 796ebf6
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
{
"name": "diff-so-fancy",
"version": "0.1.2",
"version": "0.2.0",
"description": "Good-lookin' diffs with diff-highlight and more",
"bin": {
"diff-so-fancy": "diff-so-fancy",
"diff-highlight": "third_party/diff-highlight/diff-highlight"
},
"repository": { "type": "git", "url": "git+https://github.com/stevemao/diff-so-fancy.git" },
"repository": {
"type": "git",
"url": "git+https://github.com/stevemao/diff-so-fancy.git"
},
"keywords": [
"git", "diff", "fancy",
"good-lookin'", "diff-highlight",
"color", "readable",
"git",
"diff",
"fancy",
"good-lookin'",
"diff-highlight",
"color",
"readable",
"highlight"
],
"author": "Paul Irish",
"license": "MIT",
"bugs": { "url": "https://github.com/stevemao/diff-so-fancy/issues" },
"bugs": {
"url": "https://github.com/stevemao/diff-so-fancy/issues"
},
"homepage": "https://github.com/stevemao/diff-so-fancy#readme"
}

1 comment on commit 796ebf6

@stevemao
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, just release it's auto formatted.

Please sign in to comment.