peerigon/parse-domain

remove jest

SalvatorePreviti opened this issue · 3 comments

Remove JEST from package dependencies, it should be in devDependencies - is unsafe and dangerous to install jest and all its dependencies in a production server - this package cannot be used in production.

jhnns commented

#91

Why is it unsafe? Do you have any sources about that?

jhnns commented

See also #92 (comment)

+1
What? You've closed the bug?!?
I am using parse-domain in an AWS lambda, so I'm trying to keep things as lightweight as possible. Having jest as a dependency (rather than a devDependency) brings in tons of unnecessary crap, and is frankly insane.
If this 1-line fix isn't live very soon, I'll have to find an alternative solution to parse-domain.