Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: #250 cannot install new npm versions
The NPM project has started releasing utility libraries in its releases feed. Instead of being named "v<version>", they are named "<library>: v<version>". This unexpected format causes an error like: "Invalid Version: libnpmversion-v3.0.1." whenever you call "nodist npm add". Solution: Filter away the other packages when fetching the releases.
- Loading branch information