chore: update package

This commit is contained in:
changjun
2023-05-12 14:24:01 +08:00
parent f4a9b56136
commit 0582dd25b0

View File

@@ -1,11 +1,22 @@
{ {
"name": "elegant-nnw", "name": "elegant-nnw",
"version": "1.0.0", "version": "0.1.1",
"description": "", "packageManager": "pnpm@8.5.0",
"author": "", "description": "Elegant theme for NetNewsWire",
"author": {
"name": "Chang Jun",
"email": "52chinaweb@gmail.com",
"url": "https://52chinaweb.com/"
},
"license": "ISC", "license": "ISC",
"keywords": [], "homepage": "https://github.com/ChangJun2019/elegant-nnw",
"main": "index.js", "keywords": [
"theme",
"nnw",
"netnewswire",
"light",
"dark"
],
"scripts": { "scripts": {
"dev": "NODE_ENV=development unocss --watch", "dev": "NODE_ENV=development unocss --watch",
"build": "NODE_ENV=production unocss --minify && esno ./scripts/build", "build": "NODE_ENV=production unocss --minify && esno ./scripts/build",