From 4d107f13f7dd13c2585930c033834385395acef8 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Fri, 14 Feb 2020 15:08:30 -0500 Subject: [PATCH] Update azure.properties.json --- ci/properties/azure.properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/properties/azure.properties.json b/ci/properties/azure.properties.json index ba92f6f..8ccdc38 100644 --- a/ci/properties/azure.properties.json +++ b/ci/properties/azure.properties.json @@ -2,5 +2,5 @@ "name": "Deploy Node.js to Azure Web App", "description": "Build a Node.js project and deploy it to an Azure Web App.", "iconName": "azure", - "categories": null -} \ No newline at end of file + "categories": ["JavaScript"] +}