Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
Sync with 5356c73d
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Aug 8, 2018
1 parent 6ff1534 commit f6bee3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
analyzer:
exclude: [build/**]
exclude: [build/**, test/*.g.dart] # TODO(https://github.com/dart-lang/site-webdev/issues/1715): drop *.g.dart
errors:
uri_has_not_been_generated: ignore
plugins:
Expand All @@ -13,5 +13,7 @@ linter:
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- test_types_in_equals
- unnecessary_const
- unnecessary_new
- unrelated_type_equality_checks
- valid_regexps
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ description: Tour of Heroes
version: 0.0.1

environment:
sdk: '>=2.0.0-dev.69.0 <3.0.0'
sdk: '>=2.0.0 <3.0.0'

dependencies:
angular: ^5.0.0-beta
angular_forms: ^2.0.0-beta
angular: ^5.0.0
angular_forms: ^2.0.0

dev_dependencies:
angular_test: ^2.0.0-beta
build_runner: ^0.9.0
angular_test: ^2.0.0
build_runner: ^0.10.0
build_test: ^0.10.2
build_web_compilers: ^0.4.0
pageloader: ^3.0.0-beta
pageloader: ^3.0.0
test: ^1.0.0

0 comments on commit f6bee3a

Please sign in to comment.