| Index: pkg/analysis_services/pubspec.yaml
|
| diff --git a/pkg/analysis_server/pubspec.yaml b/pkg/analysis_services/pubspec.yaml
|
| similarity index 61%
|
| copy from pkg/analysis_server/pubspec.yaml
|
| copy to pkg/analysis_services/pubspec.yaml
|
| index 84ddf94ba99fcbaa3c49b2ebdede210d4ee96ae4..5321e84dfe4adcbdd37be279ea87e4d82fec8886 100644
|
| --- a/pkg/analysis_server/pubspec.yaml
|
| +++ b/pkg/analysis_services/pubspec.yaml
|
| @@ -1,13 +1,11 @@
|
| -name: analysis_server
|
| +name: analysis_services
|
| version: 0.0.1
|
| author: Dart Team <misc@dartlang.org>
|
| -description: An HTTP server that performs analysis of Dart code via web sockets.
|
| +description: A set of services on top of Analysis Engine
|
| homepage: http://www.dartlang.org
|
| environment:
|
| sdk: '>=1.0.0 <2.0.0'
|
| dependencies:
|
| analyzer: 0.14.2
|
| - args: any
|
| - logging: any
|
| dev_dependencies:
|
| unittest: '>=0.10.0 <0.12.0'
|
|
|