nathancahill / split

Unopinionated utilities for resizeable split views
https://split.js.org/
MIT License
6.15k stars 450 forks source link

[react-split] Add index.d.ts to files field of package.json #681

Closed neet closed 3 years ago

neet commented 3 years ago

Resolves #572 #283

Thanks for maintaining an awesome package! As Clarence described in issue #572, we have been unable to resolve the type definition from the react-split that is published to the npm registry since index.d.ts is not listed files field of package.json.

image

This PR adds index.d.ts to the package.json's files field. I personally published the patch under my scope and ensured that it works fine:

image

rinsuki commented 3 years ago

@nathancahill could you review & merge (& release) it? 🙏 (sorry for pinging)

nathancahill commented 3 years ago

Thanks

nathancahill commented 3 years ago

Published in react-split@2.0.12