File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,10 @@ dependencies:
2424 # Use a tight version constraint to ensure that a constraint on
2525 # `json_annotation` properly constrains all features it provides.
2626 json_annotation :
27- # git:
28- # url: https://github.com/TypeSoft-Ltd/json_serializable.dart.git
29- # ref: master
30- # path: json_annotation
31- path : ../json_annotation
27+ git :
28+ url : https://github.com/TypeSoft-Ltd/json_serializable.dart.git
29+ ref : master
30+ path : json_annotation
3231 meta : ^1.11.0
3332 path : ^1.9.0
3433 pub_semver : ^2.1.4
@@ -51,4 +50,7 @@ dev_dependencies:
5150
5251dependency_overrides :
5352 json_annotation :
54- path : ../json_annotation
53+ git :
54+ url : https://github.com/TypeSoft-Ltd/json_serializable.dart.git
55+ ref : master
56+ path : json_annotation
You can’t perform that action at this time.
0 commit comments