Merge branch 'MLAB-523' into 'testing'
Mlab 523 See merge request !88
Pipeline
#4013
passed
with stage
in
11 seconds
Showing
+216 -56
This diff is collapsed.
... | @@ -42,12 +42,13 @@ | ... | @@ -42,12 +42,13 @@ |
"mysql": "^2.17.1", | "mysql": "^2.17.1", | ||
"mysql2": "^2.2.5", | "mysql2": "^2.2.5", | ||
"nodemailer": "^6.3.1", | "nodemailer": "^6.3.1", | ||
"nodemon": "^2.0.1", | |||
"passport": "0.3.2", | "passport": "0.3.2", | ||
"passport-saml": "^2.1.0", | "passport-saml": "^2.1.0", | ||
"pug": "^3.0.2" | "pug": "^3.0.2" | ||
}, | }, | ||
"devDependencies": {}, | "devDependencies": { | ||
"nodemon": "^2.0.1" | |||
}, | |||
"engines": { | "engines": { | ||
"node": ">= 4.0.0" | "node": ">= 4.0.0" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment