Babel should not silently remove unknown options after command… (#10698)
* chore: add test case * chore: bump commander to 4.0.1 * fix: let commander.js throw on unknown options after args
This commit is contained in:
committed by
Nicolò Ribaudo
parent
ce070ce422
commit
7633f09479
@@ -19,7 +19,7 @@
|
||||
"compiler"
|
||||
],
|
||||
"dependencies": {
|
||||
"commander": "^2.8.1",
|
||||
"commander": "^4.0.1",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"fs-readdir-recursive": "^1.1.0",
|
||||
"glob": "^7.0.0",
|
||||
|
||||
Reference in New Issue
Block a user