| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index fe4953b4d40d4df3cd9ae22cd8be4cb2044175e3..611638ade40a174a56bfa438c044769a3d9aaecf 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: dart_style
|
| -version: 0.2.4
|
| +version: 0.2.5
|
| author: Dart Team <misc@dartlang.org>
|
| description: Opinionated, automatic Dart source code formatter.
|
| homepage: https://github.com/dart-lang/dart_style
|
| @@ -10,10 +10,13 @@ dependencies:
|
| args: '>=0.12.1 <0.14.0'
|
| path: '>=1.0.0 <2.0.0'
|
| source_span: '>=1.1.1 <2.0.0'
|
| + js: ^0.6.0
|
| + node_preamble: ^1.0.0
|
| +
|
| dev_dependencies:
|
| async: '>=1.0.0 <=2.0.0'
|
| browser: '>=0.10.0 <0.11.0'
|
| - grinder: '^0.7.2'
|
| + grinder: '^0.8.0'
|
| pub_semver: '^1.2.3'
|
| scheduled_test: '>=0.12.0 <0.13.0'
|
| test: '>=0.12.0 <0.13.0'
|
|
|