Skip to content

Commit

Permalink
⏪️ --
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jan 12, 2025
1 parent c989c92 commit 2e0ff7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/melos_packages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void main() async {
bool allows;
try {
// Compatible with melos v6.3.
allows = package.pubspec.environment['dart']!.allows(current);
allows = package.pubspec.environment['sdk']!.allows(current);
} on NoSuchMethodError {
// Fallback to previous melos.
allows = package.pubSpec.environment!.sdkConstraint!.allows(current);
Expand Down

0 comments on commit 2e0ff7a

Please sign in to comment.