Skip to content

Commit

Permalink
Update requires property
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Mar 26, 2024
1 parent 8d1a6f8 commit e14793a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SwupFragmentPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type InitOptions = RequireKeys<Options, 'rules'>;
*/
export default class SwupFragmentPlugin extends PluginBase {
readonly name = 'SwupFragmentPlugin';
readonly requires = { swup: '>=4' };
readonly requires = { swup: '>=4.6' };

protected _rawRules: Rule[] = [];
protected _parsedRules: ParsedRule[] = [];
Expand Down

0 comments on commit e14793a

Please sign in to comment.