Workiva / dart_to_js_script_rewriter

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

Closed sourcegraph-wk closed 2 years ago

sourcegraph-wk commented 2 years ago

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.

_Created by Sourcegraph batch change Workiva/remove_pubspec_authors._

aviary2-wf commented 2 years ago

Security Insights

No security relevant content was detected by automated scans.

Action Items