From c852257bdabf41dbaa16b3b11af44e430ccd0ca4 Mon Sep 17 00:00:00 2001 From: ganesh Date: Fri, 3 Jan 2025 07:17:36 -0800 Subject: [PATCH 1/2] Update package.json with keywords --- packages/bruno-cli/package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages/bruno-cli/package.json b/packages/bruno-cli/package.json index 22bc16602..41711f89a 100644 --- a/packages/bruno-cli/package.json +++ b/packages/bruno-cli/package.json @@ -13,6 +13,28 @@ "type": "git", "url": "git+https://github.com/usebruno/bruno.git" }, + "keywords": [ + "API", + "testing", + "automation", + "cli", + "command-line", + "bruno", + "HTTP requests", + "rest-api", + "api-client", + "api-automation", + "request-handling", + "mock-api", + "http-client", + "async", + "promise", + "javascript", + "nodejs", + "automation-tool", + "postman-alternative", + "api-scripting" +], "scripts": { "test": "node --experimental-vm-modules $(npx which jest)" }, From 9f9294d1619f6647d8098c9e4c46a874190efdc3 Mon Sep 17 00:00:00 2001 From: lohit Date: Wed, 8 Jan 2025 12:22:23 +0530 Subject: [PATCH 2/2] fix: indentation for package json --- packages/bruno-cli/package.json | 42 ++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/packages/bruno-cli/package.json b/packages/bruno-cli/package.json index 41711f89a..b616c50e8 100644 --- a/packages/bruno-cli/package.json +++ b/packages/bruno-cli/package.json @@ -14,27 +14,27 @@ "url": "git+https://github.com/usebruno/bruno.git" }, "keywords": [ - "API", - "testing", - "automation", - "cli", - "command-line", - "bruno", - "HTTP requests", - "rest-api", - "api-client", - "api-automation", - "request-handling", - "mock-api", - "http-client", - "async", - "promise", - "javascript", - "nodejs", - "automation-tool", - "postman-alternative", - "api-scripting" -], + "API", + "testing", + "automation", + "cli", + "command-line", + "bruno", + "HTTP requests", + "rest-api", + "api-client", + "api-automation", + "request-handling", + "mock-api", + "http-client", + "async", + "promise", + "javascript", + "nodejs", + "automation-tool", + "postman-alternative", + "api-scripting" + ], "scripts": { "test": "node --experimental-vm-modules $(npx which jest)" },