Skip to content
Prev Previous commit
Next Next commit
Update pubspec for repo conventions
  • Loading branch information
stuartmorgan-g committed Oct 9, 2023
commit 629503c09017c3df29cf28f624aa6a0c51da6415
11 changes: 7 additions & 4 deletions packages/process/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
name: process
version: 5.0.0
description: A pluggable, mockable process invocation abstraction for Dart.
homepage: https://github.com/google/process.dart
repository: https://github.com/flutter/packages/tree/main/packages/process
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+process%22
version: 5.0.0

environment:
sdk: '>=2.14.0 <4.0.0'
sdk: ">=2.19.0 <4.0.0"

dependencies:
file: '>=6.0.0 <8.0.0'
path: ^1.8.0
platform: '^3.0.0'

dev_dependencies:
lints: '>=1.0.1 <3.0.0'
test: ^1.16.8

topics:
- process