@babel/cli
Advanced tools
Comparing version 8.0.0-alpha.1 to 8.0.0-alpha.2
@@ -41,3 +41,3 @@ import fs from "fs"; | ||
commander.option("--out-file-extension [string]", "Use a specific extension for the output files"); | ||
commander.version("8.0.0-alpha.1" + " (@babel/core " + version + ")"); | ||
commander.version("8.0.0-alpha.2" + " (@babel/core " + version + ")"); | ||
commander.usage("[options] <files ...>"); | ||
@@ -44,0 +44,0 @@ commander.action(() => {}); |
{ | ||
"name": "@babel/cli", | ||
"version": "8.0.0-alpha.1", | ||
"version": "8.0.0-alpha.2", | ||
"description": "Babel command line.", | ||
@@ -38,7 +38,7 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.1" | ||
"@babel/core": "^8.0.0-alpha.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.1", | ||
"@babel/helper-fixtures": "^8.0.0-alpha.1", | ||
"@babel/core": "^8.0.0-alpha.2", | ||
"@babel/helper-fixtures": "^8.0.0-alpha.2", | ||
"@types/fs-readdir-recursive": "^1.1.0", | ||
@@ -45,0 +45,0 @@ "@types/glob": "^7.2.0", |
Sorry, the diff of this file is not supported yet
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
97496