kanban-lite 1.2.12 → 1.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kanban-lite",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.13",
|
|
4
4
|
"description": "Kanban board manager - VSCode extension, CLI, MCP server, and standalone web app",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"docs:webhooks": "pnpm --dir ../.. run docs:root:webhooks",
|
|
127
127
|
"package": "vsce package --no-dependencies -o ../../releases/kanban-lite-$(node -p \"require('./package.json').version\").vsix",
|
|
128
128
|
"publish:npm": "npm publish --ignore-scripts",
|
|
129
|
-
"publish:marketplace": "vsce publish && ovsx publish",
|
|
129
|
+
"publish:marketplace": "vsce publish --no-dependencies && ovsx publish --no-dependencies",
|
|
130
130
|
"publish:all": "pnpm run publish:npm && pnpm run publish:marketplace",
|
|
131
131
|
"release": "npm version patch && pnpm run build && pnpm run package && pnpm run publish:all",
|
|
132
132
|
"release:minor": "npm version minor && pnpm run build && pnpm run package && pnpm run publish:all",
|