Skip to content

Commit

Permalink
Update example to latest pkg:json_serializable (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Feb 28, 2018
1 parent 8115319 commit 9a84258
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/README.md
Expand Up @@ -12,7 +12,7 @@ dependencies:

dev_dependencies:
build_runner: ^0.7.6
json_serializable: ^0.3.2
json_serializable: ^0.4.0
```

Annotate your code with classes defined in
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Expand Up @@ -9,7 +9,7 @@ dependencies:

dev_dependencies:
build_runner: ^0.7.6
json_serializable: ^0.3.2
json_serializable: ^0.4.0

# Used by tests. Not required to use `json_serializable`.
path: ^1.5.1
Expand Down
2 changes: 1 addition & 1 deletion example/test/readme_test.dart
Expand Up @@ -24,5 +24,5 @@ dependencies:
dev_dependencies:
build_runner: ^0.7.6
json_serializable: ^0.3.2
json_serializable: ^0.4.0
''';

0 comments on commit 9a84258

Please sign in to comment.