antelope-cli 1.1.2 → 1.1.4

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.
@@ -39,7 +39,6 @@ const finishOnboarding = () => {
39
39
 
40
40
  const startOnBoarding = async () => {
41
41
  console.log(chalk.underline(chalk.cyan("Welcome to Antelope's on-boarding bot \n")));
42
- console.log(chalk.underline(chalk.yellowBright("Wowwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww")));
43
42
  try {
44
43
  console.log(chalk.bold(chalk.yellow('\nStep 1: Add to variables-colors.scss')));
45
44
  await variableColors.start(rl);
@@ -62,7 +62,7 @@ function start(rl) {
62
62
  data = addColorToMap(
63
63
  'theme-colors',
64
64
  brand.connectedBrandName,
65
- brand.color ? `,$${brand.connectedBrandName}` : '$corp',
65
+ brand.color ? `$${brand.connectedBrandName}` : '$corp',
66
66
  data
67
67
  );
68
68
  data = addColorToMap(
@@ -21,7 +21,7 @@ function start(rl) {
21
21
  const colorsMap = match[1];
22
22
 
23
23
  // Append the new brand to the colors map
24
- const newColorsMap = `$colors: (${colorsMap} '${connectedBrandName}': ${
24
+ const newColorsMap = `$colors: (${colorsMap}, '${connectedBrandName}': ${
25
25
  hexColor ? '$' + connectedBrandName : defaultColor
26
26
  },\n)`;
27
27
  console.log(chalk.yellowBright(colorsMap, newColorsMap));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antelope-cli",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "CLI-Tool for automating processes for Antelope-Systems ",
5
5
  "main": "index.js",
6
6
  "bin": {