typicode/pegasus

npm module

markmarijnissen opened this issue · 7 comments

Hi,

Could you please execute 'npm publish' and make pegasus available as an npm module?

Thanks!

Hi @markmarijnissen

I don't really understand.
Just curious, why not use bower? Or in other words, what are the benefits of installing it using npm?

Just personal preference. I don't like bower.

I'm using webpack to bundle modules and that works nicely with npm and bower. Other people might use browserify.

I understand: there are so many package formats, can't support them all. In that case I'll just drop Pegasus in my lib folder.


Sent from Mailbox

On Tue, Nov 4, 2014 at 4:39 AM, typicode notifications@github.com wrote:

Hi @markmarijnissen
I don't really understand.

Just curious, why not use bower? Or in other words, what are the benefits of installing it using npm?

Reply to this email directly or view it on GitHub:
#7 (comment)

Thanks, makes sense, I'll publish.

Need to come up with a name though since pegasus already exists :/

pegasus-ajax?

@markmarijnissen @ThePEG not published yet to npm, but, for the moment, you can install pegasus this way if you want to use it with browserify/webpack:

npm install typicode/pegasus --save

i think it's ok through github! thank you for the good module!

You're welcome! :)