Skip to content

Commit

Permalink
chore(package.json): update package version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMaruchu committed Apr 11, 2019
1 parent f0a9060 commit a655309
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codetanzania/majifix-priority",
"version": "1.4.3",
"version": "1.4.4",
"description": "A representation an entity which provides a way to prioritize service and service request(issues) in order of their importance.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -88,19 +88,11 @@
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
"extends": ["@commitlint/config-conventional"]
},
"lint-staged": {
"*.{js}": [
"prettier --write",
"git add"
],
"*.{md,html}": [
"prettier --write",
"git add"
]
"*.{js}": ["prettier --write", "git add"],
"*.{md,html}": ["prettier --write", "git add"]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit a655309

Please sign in to comment.