resulgit 1.0.9 → 1.0.10

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/resulgit.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "resulgit",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "A powerful CLI tool for version control system operations - clone, commit, push, pull, merge, branch management, and more",
5
5
  "main": "resulgit.js",
6
6
  "bin": {
package/resulgit.js CHANGED
@@ -2354,7 +2354,7 @@ async function cmdInit(opts) {
2354
2354
  name: repo,
2355
2355
  description: opts.description || '',
2356
2356
  visibility: opts.visibility || 'private',
2357
- initializeWithReadme: false
2357
+ initializeWithReadme: true
2358
2358
  }, token)
2359
2359
  // Use the ID returned by the server (could be numeric or string)
2360
2360
  repoId = String(createRes.id || repo)