create-snappy 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -187,7 +187,7 @@ function getPackageManager() {
|
|
|
187
187
|
|
|
188
188
|
async function main() {
|
|
189
189
|
console.log(pc.cyan(SNAPPY_LOGO))
|
|
190
|
-
console.log(pc.cyan('🚀 Welcome to the SNAPPY Stack Installer! (v0.1
|
|
190
|
+
console.log(pc.cyan('🚀 Welcome to the SNAPPY Stack Installer! (v0.0.1)'))
|
|
191
191
|
console.log('------------------------------------------')
|
|
192
192
|
|
|
193
193
|
const program = new Command()
|