uptick / react-keyed-file-browser

Folder based file browser given a flat keyed list of objects, powered by React.
MIT License
301 stars 144 forks source link

.npmignore in conflict #135

Closed oliverfoster closed 3 years ago

oliverfoster commented 4 years ago

https://github.com/uptick/react-keyed-file-browser/blob/master/.npmignore

There are no .jsx files, instead there are only .js files, so the first line of the .npmignore file is a bit redudant.

For the npm package webpack.config.js is not included but all of the src files are there.

It would be clearer if either none or all of the source-code is included.