aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perplexity/package.json
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/perplexity/package.json
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/perplexity/package.json')
-rw-r--r--recipes/perplexity/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes/perplexity/package.json b/recipes/perplexity/package.json
index 7b6eebd..89f1cc1 100644
--- a/recipes/perplexity/package.json
+++ b/recipes/perplexity/package.json
@@ -1,9 +1,9 @@
1{ 1{
2 "id": "perplexity", 2 "id": "perplexity",
3 "name": "Perplexity AI", 3 "name": "Perplexity AI",
4 "version": "1.1.0", 4 "version": "1.1.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://www.perplexity.ai/" 7 "serviceURL": "https://www.perplexity.ai/"
8 } 8 }
9} 9}