gh-lang-colors 0.0.19 → 0.0.20

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.
Files changed (2) hide show
  1. package/colors.json +1 -0
  2. package/package.json +1 -1
package/colors.json CHANGED
@@ -485,6 +485,7 @@
485
485
  "YARA": "#220000",
486
486
  "YASnippet": "#32ab90",
487
487
  "Yacc": "#4b6c4b",
488
+ "Yul": "#794932",
488
489
  "ZAP": "#0d665e",
489
490
  "ZIL": "#dc75e5",
490
491
  "ZenScript": "#00bcd1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {