janpantel / angular-sails

An angular module for using the sails socket.io api
MIT License
307 stars 56 forks source link

Made npm package publishable #85

Closed aklinkert closed 8 years ago

aklinkert commented 8 years ago

Hey, please merge and publish to npm registry. Would like to use the package as an npm dependency!

TheSharpieOne commented 8 years ago

Would you care to also implement the angular import pattern http://blog.npmjs.org/post/114584444410/using-angulars-new-improved-browserify-support which will allow people to more simply require('angular-sails') when installing from npm

aklinkert commented 8 years ago

Yep @TheSharpieOne, I'm on it, thanks for that hint.

Luckily that would have been the next issue to be faced with, cause I'm working with browserify. ;)

TheSharpieOne commented 8 years ago

Just need the index.js to be added and for it to require angularjs and the non-minified dist file (./dist/angular-sails.js)

aklinkert commented 8 years ago

Yep @TheSharpieOne , that was it. Should be ready now. :)