aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mirotalk-p2p
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-07-26 16:35:49 +0000
committerLibravatar GitHub <noreply@github.com>2023-07-26 22:05:49 +0530
commitf9e2d9926e4dff14df0f13858a9c695e2118a94e (patch)
tree53f1cad4edde7436fa521deb002e14830809bb8b /recipes/mirotalk-p2p
parentchore: improve lint setup (#397) (diff)
downloadferdium-recipes-f9e2d9926e4dff14df0f13858a9c695e2118a94e.tar.gz
ferdium-recipes-f9e2d9926e4dff14df0f13858a9c695e2118a94e.tar.zst
ferdium-recipes-f9e2d9926e4dff14df0f13858a9c695e2118a94e.zip
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
Diffstat (limited to 'recipes/mirotalk-p2p')
-rw-r--r--recipes/mirotalk-p2p/package.json16
1 files changed, 8 insertions, 8 deletions
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 @@
1{ 1{
2 "id": "mirotalk-p2p", 2 "id": "mirotalk-p2p",
3 "name": "MiroTalk P2P", 3 "name": "MiroTalk P2P",
4 "version": "1.1.0", 4 "version": "1.1.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://p2p.mirotalk.com", 7 "serviceURL": "https://p2p.mirotalk.com",
8 "hasCustomUrl": true, 8 "hasCustomUrl": true,
9 "hasHostedOption": true, 9 "hasHostedOption": true,
10 "hasNotificationSound": true 10 "hasNotificationSound": true
11 } 11 }
12} 12}