mirror of
https://github.com/acamarata/moon-sighting-dart.git
synced 2026-06-30 19:04:23 +00:00
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.
This commit is contained in:
parent
a5578a1def
commit
cf07c69613
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue