From f9e2d9926e4dff14df0f13858a9c695e2118a94e Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Wed, 26 Jul 2023 16:35:49 +0000 Subject: Improve lint setup (#400) * Use strict configuration of node/npm/pnpm * When generating a new recipe, string replace should handle all placeholders in a single file --- recipes/tixio/package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'recipes/tixio/package.json') diff --git a/recipes/tixio/package.json b/recipes/tixio/package.json index 4b4a365..7ca7492 100644 --- a/recipes/tixio/package.json +++ b/recipes/tixio/package.json @@ -1,14 +1,14 @@ { - "id": "tixio", - "name": "Tixio", - "version": "1.3.0", - "license": "MIT", - "repository": "https://github.com/hmcclungiii/franz-recipe-tixio", - "config": { - "serviceURL": "https://{teamId}.tixio.io/app/", - "message": "Franz Recipe for Tixio by hmcclungiii", - "hasTeamId": true, - "hasDirectMessages": false, - "urlInputSuffix": ".tixio.io/app/" - } + "id": "tixio", + "name": "Tixio", + "version": "1.3.1", + "license": "MIT", + "repository": "https://github.com/hmcclungiii/franz-recipe-tixio", + "config": { + "serviceURL": "https://{teamId}.tixio.io/app/", + "message": "Franz Recipe for Tixio by hmcclungiii", + "hasTeamId": true, + "hasDirectMessages": false, + "urlInputSuffix": ".tixio.io/app/" } +} -- cgit v1.2.3-54-g00ecf