kanban-lite 1.2.19 → 1.2.20
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kanban-lite",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.20",
|
|
4
4
|
"description": "Kanban board manager - VSCode extension, CLI, MCP server, and standalone web app",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -128,9 +128,9 @@
|
|
|
128
128
|
"publish:npm": "npm publish --ignore-scripts",
|
|
129
129
|
"publish:marketplace": "vsce publish --no-dependencies && ovsx publish --no-dependencies",
|
|
130
130
|
"publish:all": "pnpm run publish:npm && pnpm run publish:marketplace",
|
|
131
|
-
"release": "
|
|
132
|
-
"release:minor": "
|
|
133
|
-
"release:major": "
|
|
131
|
+
"release": "pnpm --dir ../.. run release",
|
|
132
|
+
"release:minor": "pnpm --dir ../.. run release:minor",
|
|
133
|
+
"release:major": "pnpm --dir ../.. run release:major"
|
|
134
134
|
},
|
|
135
135
|
"dependencies": {
|
|
136
136
|
"kl-plugin-auth": "workspace:*",
|