Fixed npm dependencies...

This commit is contained in:
Arne van Iterson 2020-02-20 16:42:55 +01:00
parent 1163742c50
commit 3955e331aa
1 changed files with 7 additions and 1 deletions

View File

@ -7,5 +7,11 @@
"start": "nodemon index.js"
},
"author": "McArn",
"license": "ISC"
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"express": "^4.17.1",
"fs": "0.0.1-security",
"mustache-express": "^1.3.0"
}
}