From 0582dd25b097a7bdbdb72da63ed9abd99a2eabfa Mon Sep 17 00:00:00 2001 From: changjun <52chinaweb@gmail.com> Date: Fri, 12 May 2023 14:24:01 +0800 Subject: [PATCH] chore: update package --- package.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a44ae19..b966fa2 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,22 @@ { "name": "elegant-nnw", - "version": "1.0.0", - "description": "", - "author": "", + "version": "0.1.1", + "packageManager": "pnpm@8.5.0", + "description": "Elegant theme for NetNewsWire", + "author": { + "name": "Chang Jun", + "email": "52chinaweb@gmail.com", + "url": "https://52chinaweb.com/" + }, "license": "ISC", - "keywords": [], - "main": "index.js", + "homepage": "https://github.com/ChangJun2019/elegant-nnw", + "keywords": [ + "theme", + "nnw", + "netnewswire", + "light", + "dark" + ], "scripts": { "dev": "NODE_ENV=development unocss --watch", "build": "NODE_ENV=production unocss --minify && esno ./scripts/build",