From a8428e142c9932cf4ee975489875a1e90c546284 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 12:10:58 +0000 Subject: [PATCH 1/2] Initial plan From f3a22339ec76b9aeca80631391f459a808d9deae Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 12:13:11 +0000 Subject: [PATCH 2/2] Update repository field in package.json files to follow npm standards Co-authored-by: hzhangxyz <11623447+hzhangxyz@users.noreply.github.com> --- bnf/package.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bnf/package.json b/bnf/package.json index 13ca553..e8e5fad 100644 --- a/bnf/package.json +++ b/bnf/package.json @@ -5,7 +5,8 @@ "license": "AGPL-3.0-or-later", "repository": { "type": "git", - "url": "https://github.com/USTC-KnowledgeComputingLab/ds.git" + "url": "git+https://github.com/USTC-KnowledgeComputingLab/ds.git", + "directory": "bnf" }, "type": "module", "exports": "./dist/index.mjs", diff --git a/package.json b/package.json index fb4b8f7..ae73e2a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "AGPL-3.0-or-later", "repository": { "type": "git", - "url": "https://github.com/USTC-KnowledgeComputingLab/ds.git" + "url": "git+https://github.com/USTC-KnowledgeComputingLab/ds.git" }, "type": "module", "exports": "./dist/tsds.mjs",