commit | bc2e501dd46aa8c94c2d7a8533ab3860e78efd04 | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <[email protected]> | Tue Jun 20 16:23:18 2017 -0700 |
committer | Natalie Weizenbaum <[email protected]> | Tue Jun 20 16:23:36 2017 -0700 |
tree | f5d893d2e760c381bdc22d2f2619cc7e39423963 | |
parent | 495e20efe93ad501508fe0762e6ad958fc038a2f [diff] [blame] |
Move PackageName stuff out of package.dart. These classes are largely independent of the Package class.
diff --git a/lib/src/pubspec.dart b/lib/src/pubspec.dart index 18d0b5c..775f6cb 100644 --- a/lib/src/pubspec.dart +++ b/lib/src/pubspec.dart
@@ -11,7 +11,7 @@ import 'compiler.dart'; import 'exceptions.dart'; import 'io.dart'; -import 'package.dart'; +import 'package_name.dart'; import 'source_registry.dart'; import 'utils.dart';