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/tchap/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'recipes/tchap/package.json') diff --git a/recipes/tchap/package.json b/recipes/tchap/package.json index cff6893..25b0200 100644 --- a/recipes/tchap/package.json +++ b/recipes/tchap/package.json @@ -1,10 +1,10 @@ { - "id": "tchap", - "name": "Tchap", - "version": "1.1.0", - "license": "MIT", - "repository": "https://github.com/Sykursen/recipe-tchap/", - "config": { - "serviceURL": "https://www.tchap.gouv.fr/" - } + "id": "tchap", + "name": "Tchap", + "version": "1.1.1", + "license": "MIT", + "repository": "https://github.com/Sykursen/recipe-tchap/", + "config": { + "serviceURL": "https://www.tchap.gouv.fr/" } +} -- cgit v1.2.3-70-g09d2