Skip to content

Commit

Permalink
feat(maintenance): add conventional commits parser
Browse files Browse the repository at this point in the history
Reference #46 (Test)

This could be a footer.
  • Loading branch information
matthias-reis committed Jan 5, 2021
1 parent 1b27972 commit b730b06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"dependencies": {
"@schemastore/package": "^0.0.6",
"@types/chalk": "^2.2.0",
"@types/conventional-commits-parser": "^3.0.1",
"@types/cosmiconfig": "^6.0.0",
"@types/yargs": "^15.0.12",
"chalk": "^4.1.0",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,13 @@
dependencies:
chalk "*"

"@types/conventional-commits-parser@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@types/conventional-commits-parser/-/conventional-commits-parser-3.0.1.tgz#1a4796a0ae2bf33b41ea49f55e27ccbdb29cce5e"
integrity sha512-xkKomW6PqJS0rzFPPQSzKwbKIRqAGjYa1aWWkoT14YYodXyEpG4ok4H1US3olqGBxejz7EeBfT3fTJ3hUOiUkQ==
dependencies:
"@types/node" "*"

"@types/cosmiconfig@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@types/cosmiconfig/-/cosmiconfig-6.0.0.tgz#ffb5494a91feab3088985caeb089a9ff851795a2"
Expand Down

0 comments on commit b730b06

Please sign in to comment.