create-cofounder 0.1.13 → 0.1.14

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -166,7 +166,7 @@ function printWorktreePrerequisiteWarning() {
166
166
  console.log(" git add .");
167
167
  console.log(' git commit -m "chore: initial commit"');
168
168
  console.log("");
169
- console.log(' Or use direct mode by setting mode = "direct" under [write] in .cofounder/members/backend/settings.toml.');
169
+ console.log(' Or use direct mode by setting mode = "direct" under [write] in the member settings.toml file.');
170
170
  }
171
171
 
172
172
  function quoteShellArg(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cofounder",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Initializer for Cofounder Crew projects",
5
5
  "keywords": [
6
6
  "codex",