Closed hirasso closed 7 months ago
 12 passed
 12 tests across 1 suite
 28.5 seconds
 e14793a
Regarding my comment from above: I've removed the backwards-compatibility code and bumped the swup peer dependency to 4.6.0. I guess that should do it, right? I hope I'll ever wrap my head around these kinds of things...
@hirasso I think it needs both the peer dependency as well as the requires
key in the plugin itself. That's how we did that in the body class and head plugins, for example here.
Aaah right, the requires
property! Thanks!
With just the peer dependency, it could still accept the wrong combination depending on how and with which npm version a project is configured.
Description
matchPath
functionsDrive-By
Checks
master
branchnpm run lint
)npm run test
)