markmarkoh / datamaps

Customizable SVG map visualizations for the web in a single Javascript file using D3.js
http://datamaps.github.io
MIT License
3.78k stars 1.01k forks source link

bower.json main path not correct #47

Closed houston88 closed 10 years ago

houston88 commented 10 years ago

I had to change to: "main": "dist/datamaps.all.js"

Once I changed this line the library was loaded correctly with the bower-install grunt task.

houston88 commented 10 years ago

Thanks Mark!