YuriGor / deepdash

eachDeep, filterDeep, findDeep, someDeep, omitDeep, pickDeep, keysDeep etc.. Tree traversal library written in Underscore/Lodash fashion
https://deepdash.io/
MIT License
272 stars 12 forks source link

Update .npmignore #75

Closed rxliuli closed 3 years ago

rxliuli commented 3 years ago

Avoid ignoring the es directory when publishing with npm, because it contains typescript type definitions, which will cause type definitions to be found after installation using yarn

ref: https://github.com/YuriGor/deepdash/issues/74

YuriGor commented 3 years ago

Thank you!