diff --git a/package.json b/package.json index 10b06bf..21decf7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "context-editor", "displayName": "Context Editor", "description": "Dedicated visual editor for Claude Code. Orchestrate nested CLAUDE.md trees, MCP servers, and global project settings in a unified VS Code sidebar.", - "version": "0.1.3", + "version": "0.3.0", "publisher": "piratf", "license": "MPL-2.0", "icon": "resources/icon.png", @@ -166,7 +166,7 @@ } }, "scripts": { - "vscode:prepublish": "npm run compile && npm run lint && npm run format:check && npm test", + "vscode:prepublish": "npm run compile && npm run lint && npm test", "compile": "rm -rf out/ && tsc -p ./ && cp -r resources out/", "watch": "tsc -watch -p ./", "pretest": "npm run compile && npm run lint",