-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Distribute on npm #126
Comments
We are on bower, is that not sufficient for your use case? To be honest I
never quite understood the need for both npm and bower, as they have a lot
of overlap.
|
@bramp Honestly, I haven't seen the need either and I avoid using Bower - which probably answers the question 😄 Not sure what would be involved with it, but I imagine it should be fairly straightforward. Without NPM I have to copy and paste code and dependencies and use globals. |
I actually have a package on npm (for a different project). I can
investigate adding this as well.
|
Sweet, thanks 👍 Looking forward to giving it a go. On a controversial side note, is it possible to remove |
Always happy to receive pull requests. We support underscore or lodash. We
only use their functions in a handful of places, but it just made the code
neater.
|
FYI I've started a PR #146 that could help to solve this issue. |
I would love to be able to use this by
npm install sequence-diagrams
and have it just work with Browserify, Webpack and any other JS build tools. Any chance this'll be added?The text was updated successfully, but these errors were encountered: