Skip to content

Commit

Permalink
fix(deps): update dependency commander to v4.1.0 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
  • Loading branch information
2 people authored and karfau committed Jan 8, 2020
1 parent 0e9ae34 commit 2db21b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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": "runex",
"version": "0.3.4",
"version": "0.3.5",
"description": "Run module export as a script",
"bin": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -51,6 +51,6 @@
"typescript": "3.7.4"
},
"dependencies": {
"commander": "4.0.1"
"commander": "4.1.0"
}
}

0 comments on commit 2db21b0

Please sign in to comment.