Skip to content

Commit 321313a

Browse files
authored
Require build_config ^0.2.6, simplify config (#132)
1 parent d37265a commit 321313a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

json_serializable/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Read about `build.yaml` at https://pub.dartlang.org/packages/build_config
22
builders:
33
json_serializable:
4-
target: ":json_serializable"
54
import: "package:json_serializable/builder.dart"
65
builder_factories: ["jsonSerializable"]
76
build_extensions: {".dart": [".g.dart"]}

json_serializable/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
dependencies:
99
analyzer: '>=0.29.10 <0.32.0'
1010
build: '>=0.9.0 <0.13.0'
11-
build_config: ^0.2.1
11+
build_config: ^0.2.6
1212
cli_util: ^0.1.0
1313

1414
# Use a tight version constraint to ensure that a constraint on

0 commit comments

Comments
 (0)