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/mirotalk-p2p/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'recipes/mirotalk-p2p') diff --git a/recipes/mirotalk-p2p/package.json b/recipes/mirotalk-p2p/package.json index 0df1537..5fc4c8e 100644 --- a/recipes/mirotalk-p2p/package.json +++ b/recipes/mirotalk-p2p/package.json @@ -1,12 +1,12 @@ { - "id": "mirotalk-p2p", - "name": "MiroTalk P2P", - "version": "1.1.0", - "license": "MIT", - "config": { - "serviceURL": "https://p2p.mirotalk.com", + "id": "mirotalk-p2p", + "name": "MiroTalk P2P", + "version": "1.1.1", + "license": "MIT", + "config": { + "serviceURL": "https://p2p.mirotalk.com", "hasCustomUrl": true, "hasHostedOption": true, - "hasNotificationSound": true - } + "hasNotificationSound": true + } } -- cgit v1.2.3-54-g00ecf