heliocrafts
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -98,2 +98,3 @@ #!/usr/bin/env node | ||
// Start the spinner | ||
console.log("\n"); | ||
const spinner = createSpinner('Fetching the component'); | ||
@@ -111,3 +112,3 @@ spinner.start(); | ||
console.log("\x1B[2K\x1B[1A\x1B[1A"); | ||
spinner.success({text: '\nComponent fetched!'}); | ||
spinner.success({text: 'Component fetched!'}); | ||
}); | ||
@@ -114,0 +115,0 @@ // Stop the spinner |
{ | ||
"name": "heliocrafts", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A CLI to integrate cutting-edge and production-ready web components from heliocrafts into your project.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6754
148