npm wait-on 5.1.0
v5.1.0

latest releases: 7.0.1, 7.0.0, 6.0.1...
3 years ago

Add proxy option which can override the http(s) proxy which might be configured in environment variables.

  // example proxy object
  {
    host: '127.0.0.1',
    port: 9000,
    auth: {
      username: 'mikeymike',
      password: 'rapunz3l'
    }
  }

Don't miss a new wait-on release

NewReleases is sending notifications on new releases.