Skip to content

Commit

Permalink
Scope over_react transformer to examples/
Browse files Browse the repository at this point in the history
- This prevents downstream consumers from getting an error during `pub get`
  when they don't also depend on over_react.
  • Loading branch information
evanweible-wf committed May 17, 2018
1 parent 4259db1 commit 7a2d9d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ dev_dependencies:
uuid: ^0.5.3

transformers:
- over_react
- over_react:
$include: example/**.dart
- test/pub_serve:
$include: test/**_test.dart

Expand Down

0 comments on commit 7a2d9d5

Please sign in to comment.