mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-10-31 19:25:04 +03:00
Fixes in package.json
This commit is contained in:
parent
5052de4dd6
commit
b4cbdf0f35
2 changed files with 4 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,3 @@
|
|||
# Database
|
||||
json.sqlite
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue