Adding category in the template property file (#1092)

* adding category in the template property file

* added category on ruby template
This commit is contained in:
Shubham Tiwari
2021-09-16 11:00:07 +05:30
committed by GitHub
parent dda42cb8f2
commit df5ac56102
46 changed files with 46 additions and 44 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Elixir",
"description": "Build and test an Elixir project with Mix.",
"iconName": "elixir",
"categories": ["Elixir", "Erlang"]
"categories": ["Continuous integration", "Elixir", "Erlang"]
}