Open blakeembrey opened 9 years ago
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 :smile: 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 :+1: Looking forward to giving it a go.
On a controversial side note, is it possible to remove underscore
from the project? It's normally a pretty big/unnecessary dependency. I can do a PR for either of these if you need a hand or don't have the time.
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?