Have zero dependencies
Raynos opened this issue · 4 comments
Raynos commented
This module should be really simple and have no dependencies. object-keys
has a wonkey dependency tree.
Either drop ES3 support or inline a naive subset of the shims
ljharb commented
The latest version of object-keys
, which is in this package (although unpublished), has zero dependencies.
Can you republish this module as-is, and then run a npm install && npm ls
? I suspect this issue is not an issue anymore.
ljharb commented
Is this still a problem? object-keys
has no dependencies anymore.
Raynos commented
Removed object-keys.
Dropped size from 4400bytes to 1100bytes
ljharb commented
Weird, not sure how that module adds up to 3k when devDependencies aren't installed.