Skip to content

Commit

Permalink
fix(travis-cli): add cli to package files
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Feb 10, 2020
1 parent 3657790 commit 8898d73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion @commitlint/travis-cli/package.json
Expand Up @@ -3,7 +3,8 @@
"version": "8.3.5",
"description": "Lint all relevant commits for a change or PR on Travis CI",
"files": [
"lib/"
"lib/",
"cli.js"
],
"bin": {
"commitlint-travis": "./cli.js"
Expand Down

0 comments on commit 8898d73

Please sign in to comment.