From 03566f31ab5cea9a27548a383079b09d278f3d5b Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 23 Oct 2019 14:46:02 +0100 Subject: [PATCH] Suggest npm publish workflow for TypeScript projects --- ci/properties/npm-publish.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/properties/npm-publish.properties.json b/ci/properties/npm-publish.properties.json index 989c262..b7b8e35 100644 --- a/ci/properties/npm-publish.properties.json +++ b/ci/properties/npm-publish.properties.json @@ -2,5 +2,5 @@ "name": "Node.js Package", "description": "Publishes a Node.js package to npm and GitHub Package Registry.", "iconName": "node-package-transparent", - "categories": ["JavaScript", "SDLC"] + "categories": ["JavaScript", "TypeScript", "SDLC"] }