chore: Bump version to 1.1.4 and include additional files in package.json

This commit is contained in:
Huakun Shen 2025-03-18 16:25:04 -04:00
parent 6003ade5da
commit 80c6029f18
No known key found for this signature in database

View File

@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/kunkunsh/kunkun-ext-neohtop.git"
},
"version": "1.1.3",
"version": "1.1.4",
"description": "",
"type": "module",
"kunkun": {
@ -40,6 +40,11 @@
}
]
},
"files": [
"build",
"README.md",
"package.json"
],
"scripts": {
"dev": "vite dev",
"build": "vite build",