Skip to content

Commit

Permalink
feat: make body & footer negligible
Browse files Browse the repository at this point in the history
closes #3
  • Loading branch information
beetcb committed Mar 4, 2021
1 parent 151a39f commit 85e8ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ onLine(l => {
break
}
case 4: {
commitMes = repll.history.filter(e => e.length)
repll.refresh(
c`\n{yellow ${commitMes.join(
'\n\n'
Expand All @@ -42,6 +41,7 @@ onStop(() => {
}, 0.5)

onInput(() => {
commitMes = repll.history.filter(e => e.length)
if (repll.inputLine === 1) continuousCheck() && lint(repll)
else lint(repll)
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlive",
"version": "1.1.1",
"version": "1.1.2",
"description": "write conventional commits livly",
"scripts": {
"pub": "parcel build index.js --target node --no-source-maps && npm publish"
Expand Down

0 comments on commit 85e8ce4

Please sign in to comment.