Normalize package versions to semver 1.0.0

This commit is contained in:
2026-07-23 15:36:37 +02:00
parent 3d381944d2
commit e499c7b882
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "hope-events",
"version": "1.0",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev:backend": "cd backend && npm run dev",