blob: 5559e1da03ecf2e036ccfa1368dfe3947663246a [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
quiver_hashcode: ^2.0.0 # For hashcodes
# yaml
yaml: ^2.2.1 # For YAML
dev_dependencies:
---
- [update, ['dependencies', 'yaml'], ^3.2.0]
- [update, ['dependencies', 'retry'], ^3.0.1]
- [remove, ['dependencies', 'meta']]
- [update, ['dev_dependencies'], {'test': '^1.14.4'}]