typings / core

*DEPRECATED* The core logic for Typings
MIT License
13 stars 11 forks source link

Update `popsicle`, use native promises #161

Closed blakeembrey closed 7 years ago

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.1%) to 85.164% when pulling 65e5e9228d987c8b0f653bb96a93218a1f6024e7 on native-promises into 8ad7b78e48db0e0bcdf770ffa7fe01c557851cda on master.

unional commented 7 years ago

We can just use native promise now?

blakeembrey commented 7 years ago

@unional Yep, Typings supports node >= 4 which all have native promises - it was 0.10 support that was stopping it before.