millermedeiros / requirejs-plugins

RequireJS Plugins
MIT License
931 stars 216 forks source link

bower.json main does not follow specifications #74

Open glaw opened 8 years ago

glaw commented 8 years ago

bower.json ( https://github.com/millermedeiros/requirejs-plugins/blob/master/bower.json#L4 ) does not follow bower specfications ( https://github.com/bower/spec/blob/master/json.md#main ). Namely, this: "The entry-point files necessary to use your package. Only one file per filetype."

juniorojha commented 5 years ago

I'm facing the same problem - is there a fix that could be used?