ericcornelissen / depreman

Manage npm deprecations
https://www.npmjs.com/package/depreman
GNU Affero General Public License v3.0
0 stars 0 forks source link

Let `*` match 0-or-more instead of 1-or-more #22

Closed ericcornelissen closed 1 month ago

ericcornelissen commented 1 month ago

Caused by https://github.com/ericcornelissen/shescape/pull/1762

Summary

This makes the wildcard * properly match 0-or-more when the dependency hierarchy is foo > bar and the ignore directives is foo > * > bar.