@alchemycodelab/create-app
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -65,2 +65,7 @@ const { execSync } = require('child_process'); | ||
}); | ||
execSync('git branch -M main', { | ||
cwd: applicationFolder, | ||
stdio: 'inherit' | ||
}); | ||
} | ||
@@ -67,0 +72,0 @@ |
{ | ||
"name": "@alchemycodelab/create-app", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": { |
20881
379