Skip to content

Commit

Permalink
"improvement: modify configuration"
Browse files Browse the repository at this point in the history
  • Loading branch information
dillionmegida committed Apr 21, 2020
1 parent 204017d commit 77ff70c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esgit",
"version": "0.0.1",
"version": "0.0.0-semantically-released",
"description": "CLI package with simplified aliases for git commands",
"main": "./bin/index.js",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,6 @@
"config": {
"ghooks": {
"pre-commit": "npm run validate",
"commit-msg": "validate-commit-msg",
"post-merge": "npm run preGenerateFiles"
},
"commitizen": {
Expand All @@ -55,7 +54,6 @@
"mocha": "^7.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"semantic-release": "^17.0.6",
"validate-commit-msg": "^2.14.0"
"semantic-release": "^17.0.6"
}
}

0 comments on commit 77ff70c

Please # to comment.