jmar777 / suspend

Callback-free control flow for Node using ES6 generators.
548 stars 22 forks source link

Fix promise require call to work with npm@3 #28

Closed jon-hall closed 8 years ago

jon-hall commented 9 years ago

Addresses #27

jon-hall commented 9 years ago

Apologies it took me so long to get this sorted, it's been updated now though and continues to work with npm@3 and npm@2 (also tested across node v0.12 and v4).

I also had to update the npm test command to run with node v4 (replacing the --harmony-generators flag which is no longer valid), though I can remove that addition if that's not something you want getting bundled into this PR.

rdkls commented 8 years ago

+1 Thanks Jon

admorphit commented 8 years ago

Can we get this merged in now?

SEAPUNK commented 8 years ago

+1 Would like this to be merged in, as it forces me to use the fork in the meantime.

jmar777 commented 8 years ago

@jon-hall sorry for the long delay in getting back to this, but it's now merged and published to NPM as v0.7.0. Thanks so much!