Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix version filtering and deprecation warning
The original `reject` had no effect due to matching full paths and comparing `false` against a regular expression. This change replaces a non-functional `reject.map` with `map.grep` for correct filtering and resolves a deprecation warning. Close #266
- Loading branch information