@tenux/cli 0.0.12 → 0.0.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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -180,7 +180,7 @@ program.command("login").description("Authenticate with Tenux via browser-based
180
180
  deviceId,
181
181
  deviceName,
182
182
  userId,
183
- projectsDir: join(homedir(), "tenux-projects")
183
+ projectsDir: join(homedir(), ".tenux", "projects")
184
184
  };
185
185
  saveConfig(config);
186
186
  console.log(chalk.green(" \u2713"), "Config saved to", chalk.dim(getConfigPath()));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tenux/cli",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Tenux — mobile-first IDE for 10x engineering",
5
5
  "author": "Antelogic LLC",
6
6
  "license": "MIT",