@symbolic/lib
Advanced tools
Comparing version 1.0.54 to 1.0.55
@@ -169,3 +169,3 @@ 'use strict'; | ||
color = colorSet[(arg * 10) % colorSet.length]; | ||
color = colorSet[(arg * 3) % colorSet.length]; | ||
} | ||
@@ -172,0 +172,0 @@ |
{ | ||
"name": "@symbolic/lib", | ||
"version": "1.0.54", | ||
"version": "1.0.55", | ||
"description": "plain js utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -58,3 +58,3 @@ import _ from 'lodash'; | ||
color = colorSet[(arg * 10) % colorSet.length]; | ||
color = colorSet[(arg * 3) % colorSet.length]; | ||
} | ||
@@ -61,0 +61,0 @@ |
23075