From d4827491da162fe2853796b5f5f1781de67230a6 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 23 Oct 2019 14:44:16 +0100 Subject: [PATCH] Suggest node workflow for TypeScript projects --- ci/properties/node.js.properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/properties/node.js.properties.json b/ci/properties/node.js.properties.json index 99a79bc..59218d1 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", "Node", "Npm"] -} \ No newline at end of file + "categories": ["JavaScript", "TypeScript", "Node", "Npm"] +}