mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-05 19:40:09 +00:00
Added eslint because I don't know what im doing
This commit is contained in:
parent
4cd076b4f6
commit
a7201c4b96
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,4 +3,5 @@ uploads/
|
|||||||
logs/
|
logs/
|
||||||
database/db
|
database/db
|
||||||
config.js
|
config.js
|
||||||
start.json
|
start.json
|
||||||
|
npm-debug.log
|
@ -17,6 +17,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bcrypt": "^1.0.2",
|
"bcrypt": "^1.0.2",
|
||||||
"body-parser": "^1.16.0",
|
"body-parser": "^1.16.0",
|
||||||
|
"eslint": "^3.14.1",
|
||||||
"express": "^4.14.0",
|
"express": "^4.14.0",
|
||||||
"gm": "^1.23.0",
|
"gm": "^1.23.0",
|
||||||
"knex": "^0.12.6",
|
"knex": "^0.12.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user