color-name-list
Advanced tools
Comparing version 10.8.0 to 10.8.1
{ | ||
"name": "color-name-list", | ||
"version": "10.8.0", | ||
"version": "10.8.1", | ||
"description": "long list of color names", | ||
@@ -5,0 +5,0 @@ "main": "dist/colornames.json", |
@@ -9,6 +9,6 @@ <img align="left" height="119" width="119" src="https://meodai.github.io/color-names/logo/cockatoo-fill.svg"> | ||
[![npm](https://img.shields.io/npm/dt/color-name-list.svg)](https://www.npmjs.com/package/color-name-list) | ||
[![name count](https://img.shields.io/badge/__30126__-names-orange.svg)](https://github.com/meodai/color-names/blob/master/src/colornames.csv) | ||
[![name count](https://img.shields.io/badge/__30124__-names-orange.svg)](https://github.com/meodai/color-names/blob/master/src/colornames.csv) | ||
[![github sponsor count](https://img.shields.io/github/sponsors/meodai)](https://github.com/sponsors/meodai) | ||
A handpicked list of __30126__ unique color names from | ||
A handpicked list of __30124__ unique color names from | ||
[various sources](#sources-) and thousands of curated user submissions. | ||
@@ -58,3 +58,3 @@ | ||
## Color Count: __30126__ ๐ | ||
## Color Count: __30124__ ๐ | ||
@@ -61,0 +61,0 @@ ~__0.18%__ of the RGB color space |
@@ -18,2 +18,5 @@ const fs = require('fs'); | ||
// quote regex | ||
const quoteValidation = /"|'|`/; | ||
// setting | ||
@@ -66,2 +69,5 @@ const baseFolder = __dirname + '/../'; | ||
} | ||
if (quoteValidation.test(name)) { | ||
log('name', name, `${name} found a quote character, should be an apostrophe โ`); | ||
} | ||
}); | ||
@@ -68,0 +74,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13991455
16280