Add author field to package.json

This commit is contained in:
Huakun Shen 2025-01-22 11:55:59 -05:00
parent 7f296171d5
commit 06858372a5
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@kunkun/kunkun-ext-browser-bookmark",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"exports": "./mod.ts",
"publish": {

View File

@ -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": {