| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 28386d006b26bb04f0824c041d261e10ac392e40..1eceb0edf794580a9154b3f4fcfdcfb65cf8d5ea 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -10,11 +10,8 @@ homepage: https://github.com/dart-lang/dev_compiler
|
|
|
| dependencies:
|
| analyzer: ^0.27.3-alpha.1
|
| - barback: ^0.15.2+7
|
| - code_transformers: ^0.4.0
|
| args: ^0.13.0
|
| cli_util: ^0.0.1
|
| - crypto: ^0.9.0
|
| func: ^0.1.0
|
| html: ^0.12.0
|
| js: ^0.6.0
|
| @@ -33,7 +30,6 @@ dev_dependencies:
|
| # changes, may change the output format.
|
| dart_style: 0.2.4
|
| test: ^0.12.0
|
| - transformer_test: ^0.1.0
|
| webdriver: ^0.8.8
|
|
|
| environment:
|
| @@ -43,7 +39,7 @@ executables:
|
| # Similar to "analyzer.dart" and its command line "dartanalyzer" we use
|
| # "dartdevc".
|
| dartdevc: dartdevc
|
| - dev_compiler:
|
| + dev_compiler: dartdevc
|
| # Similar to dartdevc, but runs the (single) entry point with iojs (requires
|
| # a very recent iojs next-nightly version).
|
| dartdevrun: devrun
|
|
|