From 83262450a8a68fb4a57367feff56fc35d214218e Mon Sep 17 00:00:00 2001 From: terwer Date: Fri, 11 Aug 2023 10:55:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E4=BD=9C=E4=B8=BA=20?= =?UTF-8?q?npm=20=E7=B1=BB=E5=BA=93=E7=BB=99=E5=85=B6=E4=BB=96=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 195fdd8..30c2b8f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "type": "module", "main": "./lib/index.js", "typings": "./lib/index.d.ts", + "repository": "terwer/siyuan-plugin-picgo", + "homepage": "https://github.com/terwer/siyuan-plugin-picgo", + "author": "terwer", + "license": "MIT", "files": [ "lib", "README.md"