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.
- package/package.json +1 -1
- package/resulgit.js +1 -1
package/package.json
CHANGED
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:
|
|
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)
|