diff --git a/package.json b/package.json index 1bea913..9092922 100644 --- a/package.json +++ b/package.json @@ -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" ] }