Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Use commander@1.16 because of bug in 1.17.
See tj/commander.js#843
  • Loading branch information
Skywalker13 committed Aug 7, 2018
1 parent 74c0e27 commit e5c8d41
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 131 deletions.
188 changes: 59 additions & 129 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
Expand Up @@ -31,12 +31,12 @@
"homepage": "https://github.com/Xcraft-Inc/shellcraft",
"dependencies": {
"async": "^1.5.2",
"commander": "^2.12.2",
"commander": "~2.16.0",
"inquirer": "^0.12.0",
"shell-quote": "^1.6.1"
},
"devDependencies": {
"mocha": "^3.5.3",
"mocha": "^5.2.0",
"should": "^11.2.1",
"xcraft-dev-rules": "^0.2.0"
}
Expand Down

0 comments on commit e5c8d41

Please sign in to comment.