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/skiff-mail/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'recipes/skiff-mail') diff --git a/recipes/skiff-mail/package.json b/recipes/skiff-mail/package.json index 02e73a9..6fde0a5 100644 --- a/recipes/skiff-mail/package.json +++ b/recipes/skiff-mail/package.json @@ -1,9 +1,9 @@ { - "id": "skiff-mail", - "name": "Skiff Mail", - "version": "1.2.0", - "license": "MIT", - "config": { - "serviceURL": "https://app.skiff.com/mail/inbox" - } + "id": "skiff-mail", + "name": "Skiff Mail", + "version": "1.2.1", + "license": "MIT", + "config": { + "serviceURL": "https://app.skiff.com/mail/inbox" + } } -- cgit v1.2.3-54-g00ecf