Skip to content

Commit

Permalink
feat(package): add more keywords and fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Jul 1, 2015
1 parent 8698793 commit 4cd34d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-conventional-changelog",
"version": "1.2.2",
"description": "Generate a changelog from git metadata, using the AngularJS commit conventions",
"description": "Generate a changelog using conventional-changelog",
"engines": {
"node": ">=0.10.0"
},
Expand All @@ -13,7 +13,10 @@
"keywords": [
"grunt",
"gruntplugin",
"changelog"
"conventional-changelog",
"conventional",
"changelog",
"log"
],
"contributors": [
{
Expand Down

0 comments on commit 4cd34d7

Please sign in to comment.