danawoodman / react-fontawesome

A React Font Awesome component.
https://www.npmjs.com/package/react-fontawesome
MIT License
667 stars 72 forks source link

Fixed up gitignore and npmignore files #5

Closed amsardesai closed 9 years ago

amsardesai commented 9 years ago

This change adds compiled files into gitignore (since they don't belong in the git repo), and adds files such as tests and other files that are not needed during runtime into npmignore. This makes the git repo clean, and the npm package small.

amsardesai commented 9 years ago

I also just changed the build scripts so that babel inputs and outputs directories rather than individual files so that we can remove the lib directory.

danawoodman commented 9 years ago

@amsardesai thanks for this, just got back from a week trip, will check out today, cheers! :beers:

danawoodman commented 9 years ago

Thanks @amsardesai for your work on this, seems like everything worked well!