add passport-ldapauth to dependencies

when "npm install --production" is called, every time, passport-ldapauth is removed from local repository, with adding the dependency to package.json, the behavior is as expected (see production.yml config for ldap config)
This commit is contained in:
Adrian 2018-08-07 08:41:13 +02:00 committed by GitHub
parent ee0d148427
commit 4dd754ff82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,7 @@
"openpgp": "^2.5.11",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-ldapauth": "^2.0.0",
"premailer-api": "^1.0.4",
"redfour": "^1.0.2",
"redis": "^2.8.0",