Giners / mui-places-autocomplete

Google Material Design (Material-UI) styled React component using Google Maps Places Autocomplete
MIT License
34 stars 26 forks source link

Prepare package/module for publishing #5

Closed Giners closed 6 years ago

Giners commented 6 years ago

While going through the documentation on publishing (npm help publish & npm help npm-developers) I found some issues with our package/module that needed to be resolved. Namely we ensured that the entry point to our package/module pointed to the code we transpiled before be published (i.e. yarn prepublish) as well as ensure that our component could be rendered on the server (SSR).