Skip to content

Commit 388010e

Browse files
authored
checked_yaml: drop dep overrides (#1266)
1 parent e8f2b32 commit 388010e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

checked_yaml/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dev_dependencies:
2222
test: ^1.16.0
2323
test_process: ^2.0.0
2424

25-
dependency_overrides:
26-
json_annotation:
27-
path: ../json_annotation
28-
json_serializable:
29-
path: ../json_serializable
25+
#dependency_overrides:
26+
# json_annotation:
27+
# path: ../json_annotation
28+
# json_serializable:
29+
# path: ../json_serializable

0 commit comments

Comments
 (0)