-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: compatibility with swup 4.6.0 #72
Conversation
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 |
Aaah right, the |
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
)