Files
liqa/package.json
T
ars9 b4d576c6e9 chore: centralise version field in root package.json
- remove version from server and client workspace packages
- bump root to 1.2.0 to match previous server version
2026-04-09 10:35:07 +03:00

10 lines
121 B
JSON

{
"name": "liquio-qa-bot",
"version": "1.2.0",
"private": true,
"workspaces": [
"server",
"client"
]
}