antelope-cli 1.1.5 → 1.1.6

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.
@@ -23,7 +23,7 @@ function start(rl) {
23
23
  // Append the new brand to the colors map
24
24
  const newColorsMap = `$colors: (${colorsMap},\n '${connectedBrandName}': ${
25
25
  hexColor ? '$' + connectedBrandName : defaultColor
26
- },\n)`;
26
+ })`;
27
27
 
28
28
  // Replace the $colors map in the file with the new one
29
29
  data = data.replace(colorsRegex, newColorsMap);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antelope-cli",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "CLI-Tool for automating processes for Antelope-Systems ",
5
5
  "main": "index.js",
6
6
  "bin": {