Skip to content

Commit 507c91d

Browse files
committed
used git repo for json_annotation
1 parent 4577567 commit 507c91d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

json_serializable/pubspec.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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

5251
dependency_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

0 commit comments

Comments
 (0)