DimiMikadze / create-react-library

React NPM library starter kit based on Facebook's create react app
MIT License
602 stars 60 forks source link

NPM pack includes package.json for create-react-library? #18

Closed talkingtab closed 6 years ago

talkingtab commented 6 years ago

My library is one small file with three dependencies. When I do npm pack, it uses the package.json for the CRL library rather than the dependencies for just my code. Its not what I expected.

DimiMikadze commented 6 years ago

Hi @talkingtab

Can you tell me, what was your expectation?