create-snappy 1.1.2 → 1.1.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": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "The official installer for the SNAPPY stack.",
5
5
  "main": "scripts/create-snappy/cli.js",
6
6
  "bin": {
@@ -160,7 +160,7 @@ function getPackageManager() {
160
160
 
161
161
  async function main() {
162
162
  console.log(pc.cyan(SNAPPY_LOGO))
163
- console.log(pc.cyan('🚀 Welcome to the SNAPPY Stack Installer!'))
163
+ console.log(pc.cyan('🚀 Welcome to the SNAPPY Stack Installer! (v1.1.3)'))
164
164
  console.log('------------------------------------------')
165
165
 
166
166
  const program = new Command()
@@ -398,7 +398,7 @@ async function main() {
398
398
 
399
399
  try {
400
400
  // 1. Initialize from repository
401
- const repoUrl = process.env.SNAPPY_REPO_URL || 'https://github.com/snappy-stack/snappy'
401
+ const repoUrl = process.env.SNAPPY_REPO_URL || 'https://github.com/Snappy-Stack/snappy'
402
402
  const cloneSpinner = ora(`Cloning secure template (${selectedTemplate})...`).start()
403
403
 
404
404
  try {