Remove versions from package.json (#11658)

Now the source of truth for the version is set during the build process.
We set it as an environment variable from the tags.
We could add it back to the package.json during the build process (from
the git tag), but there is not use for it at the moment since it's not
npm packages.
This commit is contained in:
Félix Malfait
2025-04-19 23:03:06 +02:00
committed by GitHub
parent 83434deb22
commit 24873d0c1d
9 changed files with 6 additions and 39 deletions

View File

@ -1,6 +1,5 @@
{
"name": "twenty-server",
"version": "0.52.0-canary",
"description": "",
"author": "",
"private": true,