gh-lang-colors 0.1.27 → 0.1.28

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
@@ -212,6 +212,7 @@
212
212
  "Glimmer JS": "#f5835f",
213
213
  "Glimmer TS": "#3178c6",
214
214
  "Glyph": "#c1ac7f",
215
+ "Gno": "#530c04",
215
216
  "Gnuplot": "#f0a9f0",
216
217
  "Go": "#00add8",
217
218
  "Go Checksums": "#00add8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "type": "module",
6
6
  "main": "colors.json",