Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM Publishing #5

Closed
ahri opened this issue Jun 15, 2014 · 5 comments
Closed

NPM Publishing #5

ahri opened this issue Jun 15, 2014 · 5 comments

Comments

@ahri
Copy link

ahri commented Jun 15, 2014

It'd be great if you were published on NPM so I could just user Browserify; I'm trying to get rid of my Bower.json :)

@Foxandxss
Copy link
Owner

I have to research into that. I don't use browserify, so I have no clue at this moment.

@ahri
Copy link
Author

ahri commented Jun 15, 2014

Ok, it allows people to use only one package management system (npm) and to build up their deps using NodeJS-style 'require()' calls. Browserify traverses that network and bundles everything into a single .js file for your HTML to reference (and some other clever stuff).

Basically though, as long as you publish your module to NPM as well as to Bower, people will be able to use it with Browserify. The NPM dev guide is at https://www.npmjs.org/doc/misc/npm-developers.html :)

@Foxandxss
Copy link
Owner

No, I know what npm and browserify is, what I don't know is how to create the package yet.

@Foxandxss Foxandxss mentioned this issue Sep 4, 2014
@Foxandxss
Copy link
Owner

Stable version and now in npm

@christopherthielen
Copy link

sweet, was just checking if you had published to npm 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants