| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 4657a201561a3c4cd0c19872f9fc47e2dad2d3a3..cebd6dd0d300519e079ebdc66ea61d32e1c6134f 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,6 +1,6 @@
|
| name: dev_compiler
|
| # When updating this version, also update the version in lib/devc.dart.
|
| -version: 0.1.13
|
| +version: 0.1.14
|
| description: >
|
| Experimental Dart to JavaScript compiler designed to create idiomatic,
|
| readable JavaScript output.
|
| @@ -9,6 +9,7 @@ author: Dart Dev Compiler team <dev-compiler@dartlang.org>
|
| homepage: https://github.com/dart-lang/dev_compiler
|
|
|
| dependencies:
|
| + analyzer: ^0.27.1+2
|
| args: ^0.13.0
|
| cli_util: ^0.0.1
|
| crypto: ^0.9.0
|
|
|