Bump package version and update package.json files list

- Increment version to 0.0.2
- Add 'deno-src' and 'README.md' to published files
This commit is contained in:
Huakun Shen 2025-02-26 09:21:06 -05:00
parent 410f40ed4e
commit b0b59edf7e
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-zed",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"type": "module",
"repository": {
@ -86,6 +86,8 @@
},
"files": [
"./dist",
"deno-src",
"README.md",
".gitignore"
]
}