randomhexcode
Advanced tools
+2
-2
| { | ||
| "name": "randomhexcode", | ||
| "version": "0.0.0", | ||
| "description": "A tiny package that will return a random hex color.", | ||
| "version": "1.0.0", | ||
| "description": "A tiny package that will return a random hex code.", | ||
| "main": "randomHex.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
+4
-2
@@ -5,5 +5,7 @@ # Random-Hex | ||
| ## Usage | ||
| var randomHex = require(./randomHex.js) | ||
| npm i randomhexcode | ||
| var randomhexcode = require(randomhexcode.js) | ||
| var hex = randomHex() | ||
| var hex = randomhexcode() | ||
| // returns for example: #0eca44 | ||
@@ -10,0 +12,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2282
1.51%1
-50%13
18.18%