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