allow templates to show up in multiple categories

This commit is contained in:
Andy McKay
2019-07-29 16:14:53 -07:00
parent 093fe05821
commit 9536724466
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Node.js",
"description": "Build and test a Node.js project with npm.",
"iconName": "nodejs",
"category": "JavaScript"
"category": ["JavaScript"]
}