@gravirei/reis 1.2.0 → 1.2.1

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.
@@ -8,7 +8,7 @@ module.exports = function help() {
8
8
  console.log(chalk.bold.cyan('║') + chalk.bold.white(' REIS - Roadmap Execution & Implementation System ') + chalk.bold.cyan('║'));
9
9
  console.log(chalk.bold.cyan('╚════════════════════════════════════════════════════════════════════╝'));
10
10
  console.log(chalk.gray(` Version ${version}`));
11
- console.log(chalk.gray(' Documentation: ~/.rovodev/reis/\\n'));
11
+ console.log(chalk.gray(' Documentation: ~/.rovodev/reis/\n'));
12
12
 
13
13
  console.log(chalk.bold.yellow('Getting Started'));
14
14
  console.log(' ' + chalk.cyan('reis new [idea]') + ' Initialize a new REIS project');
@@ -49,14 +49,14 @@ module.exports = function help() {
49
49
  console.log(' ' + chalk.cyan('reis docs') + ' Open REIS documentation');
50
50
  console.log(' ' + chalk.cyan('reis uninstall') + ' Uninstall REIS');
51
51
 
52
- console.log(chalk.bold.yellow('\\nHelp & Info'));
52
+ console.log(chalk.bold.yellow('\nHelp & Info'));
53
53
  console.log(' ' + chalk.cyan('reis help') + ' Show this help message');
54
54
  console.log(' ' + chalk.cyan('reis version') + ' Show version and install location');
55
55
 
56
- console.log(chalk.gray('\\n Full documentation: ~/.rovodev/reis/README.md'));
56
+ console.log(chalk.gray('\n Full documentation: ~/.rovodev/reis/README.md'));
57
57
  console.log(chalk.gray(' Examples: ~/.rovodev/reis/WORKFLOW_EXAMPLES.md'));
58
58
  console.log(chalk.gray(' Quick reference: ~/.rovodev/reis/QUICK_REFERENCE.md'));
59
- console.log(chalk.gray('\\n Example: ' + chalk.cyan('reis new "build a todo app"') + '\\n'));
59
+ console.log(chalk.gray('\n Example: ' + chalk.cyan('reis new "build a todo app"') + '\n'));
60
60
 
61
61
  return 0;
62
62
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravirei/reis",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Roadmap Execution & Implementation System - Systematic development with parallel subagent execution for Atlassian Rovo Dev",
5
5
  "main": "lib/index.js",
6
6
  "bin": {