diff --git a/jsr.json b/jsr.json index ac8b978..302b565 100644 --- a/jsr.json +++ b/jsr.json @@ -1,9 +1,9 @@ { "name": "@kunkun/kunkun-ext-vscode", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "exports": "./mod.ts", "publish": { - "include": ["dist", "README.md", "mod.ts"] + "include": ["dist", "README.md", "mod.ts", "package.json"] } } diff --git a/package.json b/package.json index 03a13e8..19438b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh/", "name": "kunkun-ext-vscode", - "version": "0.1.2", + "version": "0.1.3", "repository": "https://github.com/kunkunsh/kunkun-ext-vscode", "type": "module", "kunkun": {