From c9a12d1edc415c849660b29e395194df7267a27f Mon Sep 17 00:00:00 2001 From: Goncalo Oliveira Date: Fri, 19 Feb 2021 18:45:00 +0100 Subject: [PATCH] Revert "added TypeScript templates" This reverts commit 575ae75a7caeb220e0eedc9770dc718413be32f6. Signed-off-by: Goncalo Oliveira --- templates.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/templates.json b/templates.json index 9e1d476..0260555 100644 --- a/templates.json +++ b/templates.json @@ -376,23 +376,5 @@ "description": "ASPNET Functions C# controller template", "repo": "https://github.com/goncalo-oliveira/faas-aspnet-template", "official": "false" - }, - { - "template": "typescript", - "platform": "x86_64", - "language": "TypeScript", - "source": "goncalo-oliveira", - "description": "TypeScript + Node 14 + Express template", - "repo": "https://github.com/goncalo-oliveira/faas-typescript-template", - "official": "false" - }, - { - "template": "typescript-fastify", - "platform": "x86_64", - "language": "TypeScript", - "source": "goncalo-oliveira", - "description": "TypeScript + Node 14 + Fastify template", - "repo": "https://github.com/goncalo-oliveira/faas-typescript-template", - "official": "false" } ]