This commit is contained in:
Akif9748 2022-04-06 21:29:06 +03:00
parent b4cbdf0f35
commit eb9833ea3d
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "akf-forum", "name": "akf-forum",
"version": "2.1.2", "version": "2.2.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "akf-forum", "name": "akf-forum",
"version": "2.1.2", "version": "2.2.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {
"body-parser": "^1.19.2", "body-parser": "^1.19.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "akf-forum", "name": "akf-forum",
"version": "2.1.2", "version": "2.2.0",
"description": "A forum script written in Node.js", "description": "A forum script written in Node.js",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {