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" }