From c7d841e130ae43e1ea1f58325c4895a345a9e8f7 Mon Sep 17 00:00:00 2001 From: "truman.p.du" <1753177225@qq.com> Date: Wed, 28 Feb 2024 15:50:49 +0800 Subject: [PATCH] Update package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eff8ff5..8301bf4 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { "name": "toolkit-wechat-format", - "version": "0.0.3", + "version": "0.0.4", "description": "", "main": "index.js", + "repository": { + "type": "git", + "url": "git@github.com:app-toolkit/wechat-format.git" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },