OverZealous / cdnizer

Node module for replacing local links with CDN links, includes fallbacks and customization
MIT License
52 stars 24 forks source link

Update version of jsdelivr-cdn-data #33

Closed noqcks closed 5 years ago

noqcks commented 5 years ago

I had to pin the version of jsdelivr-cdn-data to a git hash because it wasn't published to npm or git tagged (and doesn't look like it will be anytime soon).

The commit they have that updated semver is located here: https://github.com/shahata/jsdelivr-cdn-data/commits/master

It's been in master a while and still no publish to NPM, so I assume they don't plan to.

This resolves the npm audit/nsp issues people are having.

cc: @OverZealous

OverZealous commented 5 years ago

Great, thanks for doing the leg work on this! I'll get it published for you.

OverZealous commented 5 years ago

Published as 3.0.2, along with a patch bump on gulp-cdnizer. Thanks again!