Skip to content

Commit b854ce5

Browse files
committed
Example: remove dependency overrides in example/pubspec.yaml
We always want this code to be usable outside the repo since it's referenced directly.
1 parent 978ee6e commit b854ce5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

example/pubspec.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,3 @@ dev_dependencies:
1414

1515
# A great Dart testing package, but not required to use `json_serializable`.
1616
test: ^0.12.29
17-
18-
# Don't copy `dependency_overrides` into your `pubspec.yaml`
19-
# Here to ensure compatibility with the packages in this repository during
20-
# development.
21-
dependency_overrides:
22-
json_annotation:
23-
path: ../json_annotation
24-
json_serializable:
25-
path: ../json_serializable

0 commit comments

Comments
 (0)