prepare for a simpler installation method. Still missing config adjustments (i.e. adjusting how the config is loaded)

This commit is contained in:
2024-08-26 11:45:15 +02:00
parent a68e42c4bb
commit c074d6c025
13 changed files with 176 additions and 128 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "libreevent",
"version": "1.0.7",
"version": "1.1.0",
"description": "Free & Open source event management solution",
"main": "app.js",
"main": "index.js",
"directories": {
"doc": "docs"
},