diegopamio / angular-sails-bind

An angular service to bind scope models to sailsjs models thru socket
MIT License
136 stars 25 forks source link

Added main attribute to describe target file #21

Closed arryon closed 9 years ago

arryon commented 9 years ago

I noticed that when using Wiredep, the injector for grunt, it gave me a message about this dependency not being injected. That is because the bower.json has no 'main' attribute describing the target file. See http://bower.io/docs/creating-packages/.

diegopamio commented 9 years ago

Excellent! Thanks for pointing me to wiredep too!