| Index: lib/src/command/list_package_dirs.dart
|
| diff --git a/lib/src/command/list_package_dirs.dart b/lib/src/command/list_package_dirs.dart
|
| index b9d1b0110a095178ef13ae426b57ec9c5c949700..b1faeb60de60e52c7af1b4512a0ca83928020ac7 100644
|
| --- a/lib/src/command/list_package_dirs.dart
|
| +++ b/lib/src/command/list_package_dirs.dart
|
| @@ -2,6 +2,7 @@
|
| // 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.
|
|
|
| +import 'package:collection/collection.dart';
|
| import 'package:path/path.dart' as p;
|
|
|
| import '../command.dart';
|
|
|