Skip to content

Commit

Permalink
Bump commander to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlynxZhou committed Feb 21, 2024
1 parent 4176c7e commit 8b9e171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions bin/precompile
Expand Up @@ -7,8 +7,7 @@ var lib = require('../src/lib');
var cmdpath = null;

program
.storeOptionsAsProperties(false)
.passCommandToAction(false);
.storeOptionsAsProperties(false);

program
.name('precompile')
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -16,7 +16,7 @@
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-module-resolver": "3.0.0-beta.5",
"commander": "^5.1.0",
"commander": "^12.0.0",
"connect": "^3.6.5",
"core-js": "^2.5.3",
"cross-env": "^5.1.3",
Expand Down Expand Up @@ -48,7 +48,7 @@
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-module-resolver": "3.0.0-beta.5",
"commander": "^5.1.0",
"commander": "^12.0.0",
"core-js": "^2.5.3",
"module-alias": "^2.0.3",
"node-libs-browser": "^0.7.0",
Expand Down

0 comments on commit 8b9e171

Please sign in to comment.