We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f058f90 commit 1697cc3Copy full SHA for 1697cc3
packages/server/package.json
@@ -10,9 +10,7 @@
10
},
11
"dependencies": {
12
"@coder/nbin": "^1.0.0",
13
- "@oclif/config": "^1.10.4",
14
- "@oclif/errors": "^1.2.2",
15
- "@oclif/plugin-help": "^2.1.4",
+ "commander": "^2.19.0",
16
"express": "^4.16.4",
17
"express-static-gzip": "^1.1.3",
18
"httpolyglot": "^0.1.2",
@@ -25,6 +23,7 @@
25
23
"xhr2": "^0.1.4"
26
24
27
"devDependencies": {
+ "@types/commander": "^2.12.2",
28
"@types/express": "^4.16.0",
29
"@types/fs-extra": "^5.0.4",
30
"@types/mime-types": "^2.1.0",
0 commit comments