A pub transformer that Rewrites Dart script tags to JavaScript script tags, eliminating 404s and speeding up initial loads. Use when building for deployment.
BSD 3-Clause "New" or "Revised" License
21
stars
20
forks
source link
Remove deprecated authors field from pubspec.yaml #59
This PR removes the author field from any pubspec.yaml files in this repo,
as the field was deprecated in Dart 2.7 and is no longer needed.
Removing this field will silence the warning that pub publish emits, which
has the added benefit of allowing us to use pub publish --dry-run as a
quality check during CI.
If you'd like to retain the author information, we recommend adding an
AUTHORS.md file in the repo or the package directory.
This PR was created automatically from a Sourcegraph batch change.
Please reach out to @evanweible-wf or #support-client-plat with any questions.
This PR removes the author field from any
pubspec.yaml
files in this repo, as the field was deprecated in Dart 2.7 and is no longer needed.Removing this field will silence the warning that
pub publish
emits, which has the added benefit of allowing us to usepub publish --dry-run
as a quality check during CI.If you'd like to retain the author information, we recommend adding an
AUTHORS.md
file in the repo or the package directory.This PR was created automatically from a Sourcegraph batch change. Please reach out to @evanweible-wf or #support-client-plat with any questions.
_Created by Sourcegraph batch change
Workiva/remove_pubspec_authors
._