gh-lang-colors 0.1.2 → 0.1.3

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
@@ -217,6 +217,7 @@
217
217
  "Haxe": "#df7900",
218
218
  "HiveQL": "#dce200",
219
219
  "HolyC": "#ffefaf",
220
+ "Hosts File": "#308888",
220
221
  "Hy": "#7790b2",
221
222
  "IDL": "#a3522f",
222
223
  "IGOR Pro": "#0000cc",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "main": "colors.json",
6
6
  "types": "./colors.d.ts",