move to new, correct name

This commit is contained in:
2023-05-29 17:56:57 +02:00
parent b4083c369d
commit e324c52a81
72 changed files with 176 additions and 163 deletions

View File

@@ -1,5 +1,5 @@
/*
* myevent - pwdmanager.js
* libreevent - pwdmanager.js
*
* Created by Janis Hutz 03/26/2023, Licensed under the GPL V3 License
* https://janishutz.com, development@janishutz.com

View File

@@ -1,5 +1,5 @@
/*
* myevent - routes.js (admin)
* libreevent - routes.js (admin)
*
* Created by Janis Hutz 03/11/2023, Licensed under the GPL V3 License
* https://janishutz.com, development@janishutz.com

View File

@@ -1,5 +1,5 @@
/*
* myevent - app.js
* libreevent - app.js
*
* Created by Janis Hutz 02/26/2023, Licensed under the GPL V3 License
* https://janishutz.com, development@janishutz.com

View File

@@ -1,5 +1,5 @@
/*
* myevent - db.js
* libreevent - db.js
*
* Created by Janis Hutz 03/26/2023, Licensed under the GPL V3 License
* https://janishutz.com, development@janishutz.com

View File

@@ -1,11 +1,11 @@
{
"name": "myevent",
"name": "libreevent",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "myevent",
"name": "libreevent",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"dependencies": {

View File

@@ -1,5 +1,5 @@
{
"name": "myevent",
"name": "libreevent",
"version": "1.0.0",
"description": "Free & Open source event management solution",
"main": "app.js",
@@ -54,7 +54,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplePCBuilding/myevent.git"
"url": "git+https://github.com/simplePCBuilding/libreevent.git"
},
"keywords": [
"event",
@@ -64,7 +64,7 @@
"author": "Janis Hutz",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/simplePCBuilding/myevent/issues"
"url": "https://github.com/simplePCBuilding/libreevent/issues"
},
"homepage": "https://myevent.janishutz.com"
"homepage": "https://libreevent.janishutz.com"
}