Matt Andrews
Matt Andrews
should speed up the things
It's been a while since I used express but what you've described doesn't seem unexpected to me. What did you expect to happen in this case?
(in the tests)
i would love this but i probably won't get time. opening this up to volunteers…
i dont understand why this is necessary. the semver should match the newer version … can someone help explain why it's necessary ? https://jubianchi.github.io/semver-check/#/^2.6.1/2.6.7
hmm, this pull request is not really going to help for v2 because version v2 relies on node-fetch v1.x.x/whatwg-fetch v0.x.x … the only change between v2 and v3 is this...
just to prove this pull request is not necessary: ``` % mkdir test % cd test % echo {} > package.json % npm install --save isomorphic-fetch added 6 packages, and...
This would only work on the server, not the client…… and making things consistent between server + client is perhaps the main purpose of this repository :smile:. I don't understand...
Hmm, thank you for replying with the extra details. I think I see what you mean now. That's tricky. Normally for libraries like yours' I would try to encourage the...
one thing i've been pondering is whether we should be locking everything down (shrinkwrap, fixed versions for bower, etc) and having something like greenkeeper do our updates so that we...