Index: pkg/barback/lib/src/graph/node_status.dart |
diff --git a/pkg/barback/lib/src/node_status.dart b/pkg/barback/lib/src/graph/node_status.dart |
similarity index 98% |
rename from pkg/barback/lib/src/node_status.dart |
rename to pkg/barback/lib/src/graph/node_status.dart |
index 21d26c6d08343cb46692214dad62811bde0abb70..a42e523f4ffa0cdf073c9a86c16f736173adb4fd 100644 |
--- a/pkg/barback/lib/src/node_status.dart |
+++ b/pkg/barback/lib/src/graph/node_status.dart |
@@ -2,7 +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. |
-library barback.node_status; |
+library barback.graph.node_status; |
/// The status of a node in barback's package graph. |
/// |