react-bnb-gallery icon indicating copy to clipboard operation
react-bnb-gallery copied to clipboard

Less dependencies => smaller package size

Open apepper opened this issue 4 years ago • 0 comments

This PR removes the only used lodash method omit from the codebase.

It also removes some not in use dependencies (ajv and now lodash) and moved some more dev-only dependencies to devDependencies(namely object.assign and object.values)

This this the bundle size footprint of this package should decrease.

apepper avatar Sep 15 '20 15:09 apepper