Use commander instead of oclif

This commit is contained in:
Kyle Carberry
2019-03-26 16:21:03 -04:00
parent f058f90340
commit 1697cc32a3
4 changed files with 265 additions and 396 deletions

View File

@@ -10,9 +10,7 @@
},
"dependencies": {
"@coder/nbin": "^1.0.0",
"@oclif/config": "^1.10.4",
"@oclif/errors": "^1.2.2",
"@oclif/plugin-help": "^2.1.4",
"commander": "^2.19.0",
"express": "^4.16.4",
"express-static-gzip": "^1.1.3",
"httpolyglot": "^0.1.2",
@@ -25,6 +23,7 @@
"xhr2": "^0.1.4"
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/express": "^4.16.0",
"@types/fs-extra": "^5.0.4",
"@types/mime-types": "^2.1.0",