gh-lang-colors 0.1.21 → 0.1.22

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
@@ -254,6 +254,7 @@
254
254
  "Hy": "#7790b2",
255
255
  "IDL": "#a3522f",
256
256
  "IGOR Pro": "#0000cc",
257
+ "IL Assembly": "#512bd4",
257
258
  "INI": "#d1dbe0",
258
259
  "ISPC": "#2d68b1",
259
260
  "Idris": "#b30000",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-lang-colors",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "JSON of GitHub language colors, automatically maintained by CI.",
5
5
  "type": "module",
6
6
  "main": "colors.json",