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/chatwoot/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'recipes/chatwoot/package.json') diff --git a/recipes/chatwoot/package.json b/recipes/chatwoot/package.json index 7a4af8d..3aed994 100644 --- a/recipes/chatwoot/package.json +++ b/recipes/chatwoot/package.json @@ -1,10 +1,10 @@ { - "id": "chatwoot", - "name": "Chatwoot", - "version": "1.2.0", - "license": "MIT", - "repository": "https://github.com/maximeMD/ferdi-chatwoot", - "config": { - "serviceURL": "https://app.chatwoot.com/app/login" - } + "id": "chatwoot", + "name": "Chatwoot", + "version": "1.2.1", + "license": "MIT", + "repository": "https://github.com/maximeMD/ferdi-chatwoot", + "config": { + "serviceURL": "https://app.chatwoot.com/app/login" } +} -- cgit v1.2.3-70-g09d2