From 84a9757692582ede3202521198d6167a59fb4b77 Mon Sep 17 00:00:00 2001 From: Ninad Kavimandan Date: Thu, 9 Sep 2021 16:16:31 +0530 Subject: [PATCH] added `React` and `Angular` as categories to node (#1084) --- ci/properties/node.js.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/properties/node.js.properties.json b/ci/properties/node.js.properties.json index 557222a..c982d17 100644 --- a/ci/properties/node.js.properties.json +++ b/ci/properties/node.js.properties.json @@ -2,5 +2,5 @@ "name": "Node.js", "description": "Build and test a Node.js project with npm.", "iconName": "nodejs", - "categories": ["JavaScript", "npm"] + "categories": ["JavaScript", "npm", "React", "Angular"] }