@babel/cli
Advanced tools
Comparing version 7.8.3 to 7.8.4
@@ -128,2 +128,4 @@ "use strict"; | ||
_commander().default.option("--no-copy-ignored", "Exclude ignored files when copying non-compilable files."); | ||
_commander().default.option("--verbose", "Log everything. This option conflicts with --quiet"); | ||
@@ -137,4 +139,2 @@ | ||
_commander().default.option("--copy-ignored", "Include ignored files when copying non-compilable files."); | ||
_commander().default.version(_package.default.version + " (@babel/core " + _core().version + ")"); | ||
@@ -262,2 +262,3 @@ | ||
copyFiles: opts.copyFiles, | ||
copyIgnored: opts.copyFiles && opts.copyIgnored, | ||
includeDotfiles: opts.includeDotfiles, | ||
@@ -267,4 +268,3 @@ verbose: opts.verbose, | ||
deleteDirOnStart: opts.deleteDirOnStart, | ||
sourceMapTarget: opts.sourceMapTarget, | ||
copyIgnored: opts.copyIgnored | ||
sourceMapTarget: opts.sourceMapTarget | ||
} | ||
@@ -271,0 +271,0 @@ }; |
{ | ||
"name": "@babel/cli", | ||
"version": "7.8.3", | ||
"version": "7.8.4", | ||
"description": "Babel command line.", | ||
@@ -38,3 +38,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"devDependencies": { | ||
"@babel/core": "^7.8.3", | ||
"@babel/core": "^7.8.4", | ||
"@babel/helper-fixtures": "^7.8.3", | ||
@@ -47,3 +47,3 @@ "rimraf": "^3.0.0" | ||
}, | ||
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017" | ||
"gitHead": "5c2e6bc07fed3d28801d93168622c99ae622653a" | ||
} |
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
36018