color-name-list 11.12.0 → 11.13.0
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.
- package/.husky/pre-commit +1 -1
- package/README.md +3 -3
- package/dist/colornames.bestof.csv +1 -0
- package/dist/colornames.bestof.esm.js +1 -1
- package/dist/colornames.bestof.esm.mjs +1 -1
- package/dist/colornames.bestof.html +1 -1
- package/dist/colornames.bestof.json +1 -1
- package/dist/colornames.bestof.min.json +1 -1
- package/dist/colornames.bestof.scss +1 -1
- package/dist/colornames.bestof.umd.js +1 -1
- package/dist/colornames.bestof.xml +4 -0
- package/dist/colornames.bestof.yaml +3 -0
- package/dist/colornames.csv +1 -0
- package/dist/colornames.esm.js +1 -1
- package/dist/colornames.esm.mjs +1 -1
- package/dist/colornames.html +1 -1
- package/dist/colornames.json +1 -1
- package/dist/colornames.min.json +1 -1
- package/dist/colornames.scss +1 -1
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +4 -0
- package/dist/colornames.yaml +3 -0
- package/dist/history.json +1 -1
- package/package.json +3 -2
- package/src/colornames.csv +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "color-name-list",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.13.0",
|
|
4
4
|
"description": "long list of color names",
|
|
5
5
|
"main": "dist/colornames.json",
|
|
6
6
|
"browser": "dist/colornames.umd.js",
|
|
@@ -24,8 +24,9 @@
|
|
|
24
24
|
"scripts": {
|
|
25
25
|
"commit": "git-cz",
|
|
26
26
|
"pull-colors": "curl -L 'https://docs.google.com/spreadsheets/d/e/2PACX-1vQube6Y0wHyEtJnjg0eU3N7VseoxVnD4L9uDqvWZdl_tzzrHDVN10IPP7cdFipX8j70atNMLfPCB0Q6/pub?gid=40578722&single=true&output=csv' -o src/colornames.csv",
|
|
27
|
-
"test": "npm run
|
|
27
|
+
"test": "npm run test:precommit && npm run build && vitest run",
|
|
28
28
|
"test:watch": "vitest",
|
|
29
|
+
"test:precommit": "npm run build --testonly",
|
|
29
30
|
"build": "node scripts/build.js && npm run prettier",
|
|
30
31
|
"prettier": "prettier --write ./dist/*",
|
|
31
32
|
"lint": "npm run lint:scripts && npm run lint:markdown",
|
package/src/colornames.csv
CHANGED
|
@@ -26157,6 +26157,7 @@ Sugarloaf Brown,#554400,
|
|
|
26157
26157
|
Sugarpills,#ffddff,
|
|
26158
26158
|
Sugarwinkle,#fdc5e3,x
|
|
26159
26159
|
Sugilite,#a2999f,
|
|
26160
|
+
Sugo Della Nonna,#a32e1d,x
|
|
26160
26161
|
Suit Blue,#2b3036,
|
|
26161
26162
|
Suitable Brown,#645a4b,
|
|
26162
26163
|
Sulfur Pit,#e5cc69,x
|