Fixed an import/require problem

This commit is contained in:
2021-12-11 10:11:03 +00:00
parent 9bdf3925a3
commit cc6b7bd7b4
2 changed files with 49 additions and 93 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "auth-server",
"version": "1.4.6",
"version": "1.4.7",
"description": "An API centric auth server. Uses Sequelize and mariaDB by default.",
"main": "server/server.js",
"scripts": {
@@ -26,7 +26,7 @@
"jsonwebtoken": "^8.5.1",
"mariadb": "^2.5.4",
"node-cron": "^2.0.3",
"node-fetch": "^3.1.0",
"node-fetch": "^2.6.6",
"nodemailer": "^6.6.3",
"sequelize": "^6.6.5"
},