montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

Switching dev dependencies to use the github: protocol #247

Open varun27896 opened 2 years ago

varun27896 commented 2 years ago

When I try to install the dependencies on my local machine using npm i, it would fail with the following error The unauthenticated git protocol on port 9418 is no longer supported.

git:// protocol is not supported anymore for unauthenticated GitHub requests This PR changes the all the devDependencies to use the github:

hthetiot commented 1 year ago

I think it be better to use http Instead of git because it may require npm and nodejs specific version to support github schema.