create-egregore 0.3.12 → 0.3.13

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/lib/setup.js +5 -1
  2. package/package.json +1 -1
package/lib/setup.js CHANGED
@@ -165,7 +165,11 @@ async function install(data, ui, targetDir) {
165
165
  state.github_username = github_username;
166
166
  state.github_name = github_name || github_username;
167
167
  }
168
- state.onboarding_complete = true;
168
+ state.onboarding_complete = false;
169
+ state.usage_type = "joiner_group";
170
+ state.org_setup = true;
171
+ state.github_configured = true;
172
+ state.workspace_ready = true;
169
173
  if (transcript_sharing !== undefined) {
170
174
  state.transcript_sharing = transcript_sharing;
171
175
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-egregore",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "description": "Set up Egregore for your team in one command",
5
5
  "license": "MIT",
6
6
  "bin": {