blob: eafc6b46d0b6e10b6d8c4cdf4bacea8d1e5c4c52 [file] [log] [blame]
TESTING WITH A SAMPLE PUBSPEC
---
name: yaml_edit
description: A library for YAML manipulation with comment and whitespace preservation.
version: 1.0.0
homepage: https://github.com/google/dart-neats/tree/master/yaml_edit
repository: https://github.com/google/dart-neats.git
issue_tracker: https://github.com/google/dart-neats/labels/pkg:yaml_edit
environment:
sdk: ">=2.4.0 <3.0.0"
dependencies:
meta: ^1.1.8 # To annotate
quiver_hashcode: ^2.0.0 # For hashcodes
yaml: ^2.2.1 # For YAML
dev_dependencies:
pedantic: ^1.9.0
test: ^1.14.4
---
- [update, ['dependencies', 'yaml'], ^3.2.0]
- [update, ['dependencies', 'retry'], ^3.0.1]
- [remove, ['dependencies', 'meta']]