-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abf9d5c
commit 7c66fa6
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "jira-smart-commit", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A githook script that transforms commit messages to JIRA smart commits based on branch names", | ||
"author": "Jesse Dobbelaere <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -27,6 +27,9 @@ | |
"husky", | ||
"git hook" | ||
], | ||
"bin": { | ||
"jira-smart-commit": "./index.js" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"chai": "4.1.2", | ||
|