Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.2.17](https://github.com/codeandcats/classy-commander/compare/v3.2.16...v3.2.17) (2020-09-15)

### [3.2.16](https://github.com/codeandcats/classy-commander/compare/v3.2.15...v3.2.16) (2020-03-02)

<a name="3.2.15"></a>
Expand Down
10 changes: 0 additions & 10 deletions greenkeeper.json

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "classy-commander",
"version": "3.2.16",
"version": "3.2.17",
"description": "A TypeScript wrapper for Commander that lets you easily declare commands using classes & decorators and provides strongly typed arguments.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -69,7 +69,7 @@
"dependencies": {
"boolean": "3.0.1",
"chalk": "3.0.0",
"commander": "4.1.1",
"commander": "6.1.0",
"fs-extra": "8.1.0",
"glob": "7.1.6",
"lodash": "4.17.20",
Expand Down