chore: cleanup to pubspec.yaml files

Depend on the released version of Dart 1.10
Sort dependencies per convention
This commit is contained in:
Kevin Moore
2015-07-17 10:50:56 -07:00
parent cdb6c9cda2
commit 1386977a34
5 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
name: examples
environment:
sdk: '>=1.10.0-dev.1.10 <2.0.0'
sdk: '>=1.10.0 <2.0.0'
dependencies:
angular2: '^<%= packageJson.version %>'
angular2_material: '^<%= packageJson.version %>'