diegopamio / angular-sails-bind

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

publish to npm #30

Closed TomKaltz closed 8 years ago

TomKaltz commented 9 years ago

Would be great to have this on npm.

diegopamio commented 9 years ago

Do you know how to do it? It is currently in bower, are you using npm instead? Even for browser-related libraries?

TomKaltz commented 9 years ago

Yes, I use browserify and had to modify the package.json to make it work properly. I will submit a PR if I can find some time soon.

On Mon, May 4, 2015 at 10:29 AM, Diego Pamio notifications@github.com wrote:

Do you know how to do it? It is currently in bower, are you using npm instead? Even for browser-related libraries?

— Reply to this email directly or view it on GitHub https://github.com/diegopamio/angular-sails-bind/issues/30#issuecomment-98726742 .

diegopamio commented 9 years ago

Do you know what else needs to be done?

aklinkert commented 8 years ago

http://blog.npmjs.org/post/114584444410/using-angulars-new-improved-browserify-support

This is an exact description of what needs to be done. Another Step would be merging #35 ;)

aklinkert commented 8 years ago

I closed #35 and opened #36, which also contains two new socket events as well as the required index.js described in the link i posted. So merging #36 would make this package usable for browserify. :)

Schubidu commented 8 years ago

:+1:

diegopamio commented 8 years ago

Done! it's on NPM! :)