Index: utils/pub/command_version.dart |
diff --git a/utils/pub/command_version.dart b/utils/pub/command_version.dart |
index 454acb4fd6720744a381059b62a85d00fe144857..fa45a852bfd23cd43c1fd77c9a4b6d1d42644f7b 100644 |
--- a/utils/pub/command_version.dart |
+++ b/utils/pub/command_version.dart |
@@ -2,6 +2,10 @@ |
// 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('command_version'); |
+ |
+#import('pub.dart'); |
+ |
/** Handles the `version` pub command. */ |
class VersionCommand extends PubCommand { |
String get description() => 'print Pub version'; |