Fixes in package.json

This commit is contained in:
Akif9748 2022-04-06 21:27:37 +03:00
parent 5052de4dd6
commit b4cbdf0f35
2 changed files with 4 additions and 7 deletions

5
.gitignore vendored
View File

@ -1,9 +1,6 @@
# Database
json.sqlite
# Dependency directories
node_modules/
# Test files:
a.js
db.js
db.js

View File

@ -4,8 +4,8 @@
"description": "A forum script written in Node.js",
"main": "index.js",
"scripts": {
"start": "node index.js",
"restart": "node reset.js"
"start": "node .",
"reset": "node reset.js"
},
"repository": {
"type": "git",
@ -19,7 +19,7 @@
"bugs": {
"url": "https://github.com/Akif9748/akf-forum/issues"
},
"homepage": "https://github.com/Akif9748/akf-lang#readme",
"homepage": "https://akf-forum.herokuapp.com/",
"dependencies": {
"body-parser": "^1.19.2",
"ejs": "^3.1.6",