Index: lib/src/info.dart |
diff --git a/lib/src/info.dart b/lib/src/info.dart |
index 40dd1595caee15b1cc8eb1033846d73af26d5081..b59c939982439c3c6e99722f6fda530fb5f87f85 100644 |
--- a/lib/src/info.dart |
+++ b/lib/src/info.dart |
@@ -14,8 +14,8 @@ import 'package:analyzer/src/generated/scanner.dart' |
show Token, TokenType, SyntheticStringToken; |
import 'package:logging/logging.dart' show Level; |
-import 'package:ddc/src/checker/rules.dart'; |
-import 'package:ddc/src/utils.dart' as utils; |
+import 'package:dev_compiler/src/checker/rules.dart'; |
+import 'package:dev_compiler/src/utils.dart' as utils; |
/// Represents a summary of the results collected by running the program |
/// checker. |