vesse / node-ldapauth-fork

Simple node.js module to authenticate against an LDAP server
Other
127 stars 79 forks source link

move @types/ldapjs from dependencies to devDependencies #105

Closed Sczlog closed 5 months ago

Sczlog commented 1 year ago

I am optimizing my docker image's size and I found some @types dependencies is in node_modules and I already use install --prod
image

I found it was imported by ldapauth-fork
image

why a types dependencies is not in devDependencies? Is it necessary?