gstroup / apimocker

node.js module to run a simple http server for mock service responses.
MIT License
280 stars 81 forks source link

update dependencies #83

Closed kopach closed 6 years ago

kopach commented 6 years ago
kopach commented 6 years ago

looks like CI fails on old node version only. if you really need to support such an old version - downgrade express-http-proxy back

gstroup commented 6 years ago

Thanks for updating the dependencies! This is great. Only issue is the node version... I don't care about 0.10 any more, but I don't want to force people to use 9 quite yet. Can we do >=4 or 5?

kopach commented 6 years ago

@gstroup, but check CI details. tests fail only for node v0.10. It works fine on >=4 or 5 Anyway, if you need v0.10 - it's still possible to accomplish, but personally I don't see any sense in that :)

gstroup commented 6 years ago

Thanks! publishing a new version to npm now.