Files
vibe-kanban/npx-cli/package.json
Anastasiia Solop 17ed214c62 Bump Cargo version in prerelease workflow (#77)
* bump version in Cargo.toml to match npm version

* chore: bump version to 0.0.37-ersion.0

* chore: bump version to 0.0.37-ersion.1

* bump version in Cargo.toml to match npm version

* chore: bump version to 0.0.37-ersion.2

* use node script to bump cargo version

* use cargo-edit to set version

* add cache for cargo-edit

* set cargo version same as npm

* fix cargo toml location

* fix cargo toml version

* chore: bump version to 0.0.37-ersion.3

---------

Co-authored-by: GitHub Action <action@github.com>
2025-07-04 18:27:33 +02:00

18 lines
317 B
JSON

{
"name": "vibe-kanban",
"private": false,
"version": "0.0.37-ersion.3",
"main": "index.js",
"bin": {
"vibe-kanban": "bin/cli.js"
},
"keywords": [],
"author": "bloop",
"license": "",
"description": "NPX wrapper around vibe-kanban and vibe-kanban-mcp",
"files": [
"dist",
"bin"
]
}