@epandco/create-app
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -68,3 +68,3 @@ #!/usr/bin/env node | ||
.map((entry) => { | ||
return { title: entry.name[0].toUpperCase() + entry.name.slice(1), value: entry.name }; | ||
return { title: entry.name, value: entry.name }; | ||
}), | ||
@@ -71,0 +71,0 @@ { title: 'none', value: null } |
{ | ||
"name": "@epandco/create-app", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"author": "EP+Co", | ||
@@ -5,0 +5,0 @@ "description": "A simple CLI to quickly scaffold projects using EP+Co's standard project templates", |
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
1
17621