| Index: utils/pub/package.dart
|
| diff --git a/utils/pub/package.dart b/utils/pub/package.dart
|
| index 14bc95775efb39172f657696a1cdf71af8a85a35..c5fa0e8165a5117f710c41aeefbc781cef68627e 100644
|
| --- a/utils/pub/package.dart
|
| +++ b/utils/pub/package.dart
|
| @@ -2,6 +2,14 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +#library('package');
|
| +
|
| +#import('io.dart');
|
| +#import('pubspec.dart');
|
| +#import('source.dart');
|
| +#import('source_registry.dart');
|
| +#import('version.dart');
|
| +
|
| /**
|
| * A named, versioned, unit of code and resource reuse.
|
| */
|
|
|