From ac91bdd7bd05d7a6c2b2550fc31a6f1961c2ff8d Mon Sep 17 00:00:00 2001 From: Tobias Mose Date: Sat, 28 Sep 2024 23:30:43 +0200 Subject: [PATCH] Refactor integration.json.tpl to remove unused "source" field --- src/commands/init/templates/typescript/integration.json.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/init/templates/typescript/integration.json.tpl b/src/commands/init/templates/typescript/integration.json.tpl index f4f7e07..12b83ee 100644 --- a/src/commands/init/templates/typescript/integration.json.tpl +++ b/src/commands/init/templates/typescript/integration.json.tpl @@ -3,6 +3,5 @@ "name": "{{ name }}", "version": "0.0.1", "organization": "{{ organization }}", - "source": "./src/index.ts", "logo": "./assets/logo.png" }