From 06858372a524d2d4d2624e30209541c0a9384ecc Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Wed, 22 Jan 2025 11:55:59 -0500 Subject: [PATCH] Add author field to package.json --- jsr.json | 2 +- package.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/jsr.json b/jsr.json index 9768182..c3b415c 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@kunkun/kunkun-ext-browser-bookmark", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "exports": "./mod.ts", "publish": { diff --git a/package.json b/package.json index b6a401b..326e97c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,11 @@ "$schema": "https://schema.kunkun.sh", "license": "MIT", "name": "kunkun-ext-browser-bookmark", - "version": "0.0.3", + "author": { + "name": "Huakun", + "url": "https://huakunshen.com" + }, + "version": "0.0.4", "repository": "https://github.com/kunkunsh/kunkun-ext-browser-bookmark", "type": "module", "kunkun": {