Index: utils/pub/pubspec.dart |
diff --git a/utils/pub/pubspec.dart b/utils/pub/pubspec.dart |
index 6fe4ff8cba8c4930052e18dc6d486f79b2331bec..428ebe72899eea60f028514c9856d47250c3b2ee 100644 |
--- a/utils/pub/pubspec.dart |
+++ b/utils/pub/pubspec.dart |
@@ -99,7 +99,7 @@ class Pubspec { |
source.validateDescription(description); |
dependencies.add(new PackageRef( |
- name, source, versionConstraint, description)); |
+ source, versionConstraint, description)); |
}); |
} |