easy-soft-develop 2.0.177 → 2.0.178

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": "easy-soft-develop",
3
- "version": "2.0.177",
3
+ "version": "2.0.178",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -234,12 +234,6 @@ function initialEnvironment() {
234
234
 
235
235
  promptEmptyLine();
236
236
 
237
- promptInfo('create git branch main');
238
-
239
- exec('git init -b main');
240
-
241
- promptEmptyLine();
242
-
243
237
  promptInfo('husky install');
244
238
 
245
239
  exec('npx husky install');