@babel/cli
Advanced tools
Comparing version 7.14.5 to 7.14.8
@@ -98,3 +98,3 @@ "use strict"; | ||
_commander().option("-x, --extensions [extensions]", "List of extensions to compile when a directory has been the input. [.es6,.js,.es,.jsx,.mjs]", collect); | ||
_commander().option("-x, --extensions [extensions]", "List of extensions to compile when a directory has been the input. [" + _core().DEFAULT_EXTENSIONS.join() + "]", collect); | ||
@@ -127,3 +127,3 @@ _commander().option("--keep-file-extension", "Preserve the file extensions of the input files."); | ||
_commander().version("7.14.5" + " (@babel/core " + _core().version + ")"); | ||
_commander().version("7.14.8" + " (@babel/core " + _core().version + ")"); | ||
@@ -130,0 +130,0 @@ _commander().usage("[options] <files ...>"); |
{ | ||
"name": "@babel/cli", | ||
"version": "7.14.5", | ||
"version": "7.14.8", | ||
"description": "Babel command line.", | ||
@@ -43,3 +43,3 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"devDependencies": { | ||
"@babel/core": "7.14.5", | ||
"@babel/core": "7.14.8", | ||
"@babel/helper-fixtures": "7.14.5", | ||
@@ -46,0 +46,0 @@ "rimraf": "^3.0.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32429