We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8810cd3 + 216034b commit fdb4dc9Copy full SHA for fdb4dc9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "randomcolor",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"description": "For generating attractive random colors",
5
"main": "randomColor.js",
6
"directories": {
randomColor.js
@@ -33,8 +33,8 @@
33
loadColorBounds();
34
35
var randomColor = function(options) {
36
- if (options.seed && !seed) seed = options.seed;
37
options = options || {};
+ if (options.seed && !seed) seed = options.seed;
38
39
var H,S,B;
40
0 commit comments