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/perplexity/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'recipes/perplexity/package.json') 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 @@ { - "id": "perplexity", - "name": "Perplexity AI", - "version": "1.1.0", - "license": "MIT", - "config": { - "serviceURL": "https://www.perplexity.ai/" - } + "id": "perplexity", + "name": "Perplexity AI", + "version": "1.1.1", + "license": "MIT", + "config": { + "serviceURL": "https://www.perplexity.ai/" + } } -- cgit v1.2.3-54-g00ecf