Skip to content

Commit

Permalink
add keywords to package
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed Sep 4, 2019
1 parent c61f430 commit f706f9d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"name": "husky-add-issue-tracker",
"version": "0.0.7",
"version": "0.0.8",
"bin": {
"husky-add-issue-tracker": "index.js"
},
"description": "Add issue tracker task to commit message",
"keywords": [
"hooks",
"git",
"husky",
"issue tracker",
"issue",
"bug",
"jira"
],
"repository": {
"type": "git",
"url": "git@github.com:jehy/husky-add-issue-tracker.git"
Expand Down

0 comments on commit f706f9d

Please sign in to comment.