pieterv / react-googlemaps

A declarative React interface to Google Maps
MIT License
226 stars 68 forks source link

Updated package.json for browserify usage and bumped version. #5

Closed trevex closed 10 years ago

trevex commented 10 years ago

Hi Pieter, I was unable to use your components with browserify, so I added the necessery fields to the package.json, so that browserify automatically knows to use reactify.

pieterv commented 10 years ago

Thanks for this @trevex!

Is it typical to include reactify as a dependency? I see react includes envify as a peer dependency just wondering if we should do the same with reactify here.

trevex commented 10 years ago

Probably best, I guess would be the cleanest solution. :+1:

pieterv commented 10 years ago

I have added reactify as a dep and merged into master via 7820283dff5e8abfa03934b127f245bf1a004461. Thanks again @trevex!