You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update ensures plug-ins (`remark-$foo`) are preferred over
files or directories (`$foo`, `$foo.js`, `node_modules/$foo`, &c.)
This became problematic for plug-ins like `remark-license`, as a file
named `LICENSE` is often available. Or, for users with other similar
named non-plugins.
ClosesGH-158.
ClosesGH-160.
0 commit comments