Skip to content

Commit 5bba97f

Browse files
authored
Prepare json_serializable for release (#148)
1 parent 43e99f7 commit 5bba97f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

json_serializable/pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 0.5.1-dev
2+
version: 0.5.1
33
author: Dart Team <misc@dartlang.org>
44
description: Generates utilities to aid in serializing to/from JSON.
55
homepage: https://github.com/dart-lang/json_serializable
@@ -21,7 +21,3 @@ dev_dependencies:
2121
collection: ^1.14.0
2222
dart_style: ^1.0.0
2323
test: ^0.12.3
24-
25-
dependency_overrides:
26-
json_annotation:
27-
path: ../json_annotation

0 commit comments

Comments
 (0)