othiym23 / node-continuation-local-storage

implementation of https://github.com/joyent/node/issues/5243
BSD 2-Clause "Simplified" License
1.13k stars 207 forks source link

deps: async-listener@0.6.9 #126

Open sabakugaara opened 6 years ago

sabakugaara commented 6 years ago

this will fix net events test case

sabakugaara commented 6 years ago

@othiym23 CI has passed now, related PR: https://github.com/othiym23/async-listener/pull/129

Please if ok, publish a new version, thank you very much!

othiym23 commented 6 years ago

Why is this PR necessary? The current semver range (async-listener@^0.6.0) will automatically pick up async-listener@0.6.9 upon a fresh install. Is there a particular reason to pin the dependency?

sabakugaara commented 6 years ago

Aha, thank you for your remind: it does't need to publish a new version. It looks like only ci test need this PR.

sabakugaara commented 6 years ago

@othiym23 Hi, I think this PR should be merged. So other contributor can rely on CI test.

If any thoughts, expect reply~ ^_^