gh-lang-colors 0.0.14 → 0.0.15

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
@@ -382,6 +382,7 @@
382
382
  "Self": "#0579aa",
383
383
  "ShaderLab": "#222c37",
384
384
  "Shell": "#89e051",
385
+ "ShellCheck Config": "#cecfcb",
385
386
  "Shen": "#120f14",
386
387
  "Singularity": "#64e6ad",
387
388
  "Slash": "#007eff",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "scripts": {