install-vue-canary
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -162,3 +162,3 @@ #!/usr/bin/env node | ||
// write pkg back | ||
writeFileSync(packageJsonPath, JSON.stringify(pkg, undefined, 2), 'utf-8') | ||
writeFileSync(packageJsonPath, JSON.stringify(pkg, undefined, 2) + '\n', 'utf-8') | ||
@@ -179,4 +179,4 @@ // prompt & run install | ||
} catch (e) { | ||
s.stop(pico.red('Installation failed')) | ||
log.error(e.stderr || e.message) | ||
s.stop(pico.red('Installation failed')) | ||
process.exit(1) | ||
@@ -183,0 +183,0 @@ } |
{ | ||
"name": "install-vue-canary", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Install the canary version of Vue in the project", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
7772