bernii / gauge.js

100% native and cool looking JavaScript gauge
MIT License
1.42k stars 391 forks source link

Malformed bower.json #50

Closed madtrick closed 10 years ago

madtrick commented 10 years ago

The JSON in the bower.json file is malformed as there is one extra comma in the main property.

"main": [
    "dist/gauge.js",
    "dist/gauge.min.js",
    "dist/gauge.coffee", <----- This comma
  ],

This fails the installation of the component with bower.

bernii commented 10 years ago

Thanks! Fixed

madtrick commented 10 years ago

Nice. I was going to submit a pr but you were quicker than me : )

bernii commented 10 years ago

Yeah it was a quick win so I've just made a change as soon as I got the notification from GitHub :)