Closed noqcks closed 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).
jsdelivr-cdn-data
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.
npm audit
nsp
cc: @OverZealous
Great, thanks for doing the leg work on this! I'll get it published for you.
Published as 3.0.2, along with a patch bump on gulp-cdnizer. Thanks again!
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