This commit is contained in:
Louis Knight-Webb
2025-10-22 11:08:54 +01:00
parent 4e22fc74db
commit 5a478f7742

View File

@@ -1,7 +1,7 @@
{
"type": "module",
"name": "vibe-kanban-web-companion",
"version": "0.0.4",
"version": "0.0.5",
"description": "Add point-and-click edit functionality to web apps, when used with [Vibe Kanban](https://vibekanban.com).",
"exports": {
"types": "./src/types.d.ts",
@@ -16,7 +16,8 @@
"build": "echo \"Fuck build tools\"",
"dev": "pnpm run build",
"lint": "tsc -p ./jsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"bump": "pnpm version patch"
},
"repository": {
"type": "git",