This commit is contained in:
Akif9748 2024-02-10 23:51:48 +03:00
parent 9b5bb9b782
commit 8c20c70874
2 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "akf-forum",
"version": "5.6.1",
"version": "5.7.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "akf-forum",
"version": "5.6.1",
"version": "5.7.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"bcrypt": "^5.1.1",

View File

@ -1,12 +1,12 @@
{
"name": "akf-forum",
"version": "5.6.1",
"version": "5.7.0",
"description": "A Node.js based forum software",
"main": "src/index.js",
"scripts": {
"start": "node .",
"reset":"node util/reset",
"admin":"node util/admin",
"reset": "node util/reset",
"admin": "node util/admin",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {