dart-archive / angular.dart

Legacy source repository. See github.com/dart-lang/angular
https://webdev.dartlang.org/angular/
1.24k stars 248 forks source link

upgrade 'args' package dependency #1760

Open johnpryan opened 8 years ago

johnpryan commented 8 years ago

In pubspec.yaml, the args package is limited to <0.13.0. This causes an incompatibility with the latest version of the test package (and other packages.) I'm also curious as to why args isn't in the dev_dependencies section.

EDIT: grammar, spelling