Skip to content

Commit

Permalink
Fix pubspec warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Nov 20, 2023
1 parent 02299b7 commit 6770a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bin/change_dependencies.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ void main(List<String> args) {
if (yamlEditor.edits.isEmpty) {
continue;
}
yamlEditor.update(['publish_to'], 'none');
file.writeAsStringSync(yamlEditor.toString());
}
}
Expand Down

0 comments on commit 6770a5c

Please sign in to comment.