From 34e10caad24638f3f35d1407a4db01da5043036a Mon Sep 17 00:00:00 2001 From: JacobLinCool Date: Thu, 1 Feb 2024 13:07:11 +0800 Subject: [PATCH] fix the repo link on npm, add links for homepage and bug report (#910) - fix the repo link on npm - add links for homepage and bug report --- node/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/node/package.json b/node/package.json index 74e39c5c..7b7b438a 100644 --- a/node/package.json +++ b/node/package.json @@ -17,7 +17,11 @@ }, "repository": { "type": "git", - "url": "https://github.com/lancedb/lancedb/node" + "url": "https://github.com/lancedb/lancedb.git" + }, + "homepage": "https://lancedb.github.io/lancedb/", + "bugs": { + "url": "https://github.com/lancedb/lancedb/issues" }, "keywords": [ "data-format",