mastilver / module-to-cdn

MIT License
45 stars 32 forks source link

Fixed tests #18

Closed JulianWielga closed 5 years ago

JulianWielga commented 5 years ago

fixed test to allow checking of PR's with new modules.

removed checking (and downloading) all versions in range, which was in my opinion really bad idea. instead only edge versions of each range are chosen.

bumped dependencies versions to latest => dropped node 4.

mastilver commented 5 years ago

removed checking (and downloading) all versions in range, which was in my opinion really bad idea. instead only edge versions of each range are chosen.

Yep, that quite clever I didn't think about that 👍

mastilver commented 5 years ago

@JulianWielga Thank you!