Comparing version 0.1.56 to 0.1.57
@@ -69,3 +69,2 @@ "use strict"; | ||
const dir1 = (0, _path).dirname(dest); | ||
console.log(filename); | ||
await mkdir(dir1, recursive); | ||
@@ -72,0 +71,0 @@ await copyFile(filename, dest); |
{ | ||
"name": "@swc/cli", | ||
"version": "0.1.56", | ||
"version": "0.1.57", | ||
"description": "CLI for the swc project", | ||
@@ -5,0 +5,0 @@ "main": "lib/swc/index.js", |
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
179516
1707