From 0ca9eded1acaa0e527f776c3c2267ac4e4b1aa5b Mon Sep 17 00:00:00 2001 From: Michael Slezak Date: Fri, 27 Mar 2026 17:08:36 -0600 Subject: [PATCH 1/2] add repository.url to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index d90d01f..0a3436c 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "llpsdk", "version": "0.3.0", "description": "JavaScript client for interacting with Large Language Platform", + "repository": { + "type": "git", + "url": "git+https://github.com/llpsdk/llp-javascript.git" + }, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", From ed08f300b59ae52a77ffc39872e74fd89a5d2e2d Mon Sep 17 00:00:00 2001 From: Michael Slezak Date: Fri, 27 Mar 2026 17:13:47 -0600 Subject: [PATCH 2/2] formatting --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0a3436c..71150eb 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "llpsdk", "version": "0.3.0", "description": "JavaScript client for interacting with Large Language Platform", - "repository": { - "type": "git", - "url": "git+https://github.com/llpsdk/llp-javascript.git" - }, + "repository": { + "type": "git", + "url": "git+https://github.com/llpsdk/llp-javascript.git" + }, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",