rase- / zuul-ngrok

An ngrok tunnel implementation for Zuul
10 stars 12 forks source link

Use xtend instead of extend #11

Closed lpinca closed 8 years ago

lpinca commented 8 years ago

extend is used without the deep option here, so it is safe to switch to xtend which is smaller and faster. This also updates ngrok to its latest version (2.1.8).

rase- commented 8 years ago

Thanks!