Comparing version 1.0.1 to 1.0.2
@@ -18,2 +18,6 @@ #!/usr/bin/env node | ||
.action(async (files = [], { save, fullName }) => { | ||
if (files.length === 0) { | ||
pullCommand.outputHelp(); | ||
process.exit(0); | ||
} | ||
const pullLogs = []; | ||
@@ -20,0 +24,0 @@ for (const file of files) { |
{ | ||
"name": "ipull", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Super fast cli file downloader", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
30362
334
0