create-vike
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -372,5 +372,5 @@ var __create = Object.create; | ||
if (createInitialCommit) { | ||
console.log(`Initialized Vike ${typescript2 ? "TypeScript" : "vanilla JavaScript"} boilerplate for ${react2 ? "React" : "Vue"}`); | ||
console.log("Creating initial commit"); | ||
if (createInitialCommit === true) | ||
createInitialCommit = "Initial commit"; | ||
createInitialCommit = `Initialized Vike ${typescript2 ? "TypeScript" : "vanilla JavaScript"} boilerplate for ${react2 ? "React" : "Vue"}`; | ||
await runCommand("git", "add", "."); | ||
@@ -401,3 +401,3 @@ await runCommand("git", "commit", "-m", createInitialCommit); | ||
// package.json | ||
var version = "0.0.2"; | ||
var version = "0.0.3"; | ||
@@ -404,0 +404,0 @@ // src/index.ts |
{ | ||
"name": "create-vike", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Generates Vike application boilerplate", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
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
55563
1