From 78be3b1a1908c3bb43865065f2b9f5386fe73eab Mon Sep 17 00:00:00 2001 From: liweijie0812 <674416404@qq.com> Date: Wed, 11 Feb 2026 23:44:27 +0800 Subject: [PATCH] chore: Add repository information to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 26f0a19b..1d4980cb 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,10 @@ "publishConfig": { "registry": "https://registry.npmjs.org/" }, + "repository": { + "type": "git", + "url": "git+https://github.com/TDesignOteam/tdesign-web-components.git" + }, "dependencies": { "@babel/runtime": "^7.24.7", "@popperjs/core": "^2.11.8",