create-snappy 0.0.1 → 0.0.3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-snappy",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "The official installer for the SNAPPY stack.",
5
5
  "main": "scripts/create-snappy/cli.js",
6
6
  "bin": {
@@ -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.18)'))
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()