From cf07c696134225ed6e8c3a7e9947ebd84d8960f3 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Fri, 29 May 2026 15:53:38 -0400 Subject: [PATCH] fix: remove invalid publisher field from pubspec The publisher field is not recognized by pub and caused dart pub publish --dry-run to exit 65. Publisher is configured on pub.dev, not in pubspec. --- pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 25fb933..443acd1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,6 @@ version: 1.0.0 homepage: https://github.com/acamarata/moon-sighting-dart repository: https://github.com/acamarata/moon-sighting-dart issue_tracker: https://github.com/acamarata/moon-sighting-dart/issues -publisher: ariccamarata.com topics: - moon - lunar