| Index: pkg/typed_mock/pubspec.yaml
|
| diff --git a/pkg/analysis_services/pubspec.yaml b/pkg/typed_mock/pubspec.yaml
|
| similarity index 60%
|
| copy from pkg/analysis_services/pubspec.yaml
|
| copy to pkg/typed_mock/pubspec.yaml
|
| index 960ff7536d2905b6e7338b63c957a80102c1986b..c2e2cdcbdf30d95f6f388964fe28e064fac99e3a 100644
|
| --- a/pkg/analysis_services/pubspec.yaml
|
| +++ b/pkg/typed_mock/pubspec.yaml
|
| @@ -1,11 +1,9 @@
|
| -name: analysis_services
|
| +name: typed_mock
|
| version: 0.0.1
|
| author: Dart Team <misc@dartlang.org>
|
| -description: A set of services on top of Analysis Engine
|
| +description: A library for mocking classes using Mockito-like syntax
|
| homepage: http://www.dartlang.org
|
| environment:
|
| sdk: '>=1.0.0 <2.0.0'
|
| -dependencies:
|
| - analyzer: 0.15.1
|
| dev_dependencies:
|
| unittest: '>=0.10.0 <0.12.0'
|
|
|