removed fs because unused

This commit is contained in:
2023-09-25 20:06:54 +02:00
parent 8299f6116a
commit d9c96a973f
5 changed files with 5 additions and 63 deletions

View File

@@ -6,7 +6,11 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["Wikipedia","Compare","API REST"],
"keywords": [
"Wikipedia",
"Compare",
"API REST"
],
"author": "Dario WEINBERGER & Raphael PAYET",
"license": "ISC",
"dependencies": {
@@ -15,7 +19,6 @@
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"express-handlebars": "^7.1.2",
"fs": "0.0.1-security",
"hbs": "^4.2.0",
"morgan": "^1.10.0",
"wikiapi": "^1.19.4",