Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
name: dart_dev
version: 0.0.0
description: Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable.
authors:
- Workiva Client Platform Team <clientplatform@workiva.com>
- Dustin Lessard <dustin.lessard@workiva.com>
- Evan Weible <evan.weible@workiva.com>
- Jay Udey <jay.udey@workiva.com>
- Max Peterson <maxwell.peterson@workiva.com>
- Trent Grover <trent.grover@workiva.com>
homepage: https://github.com/Workiva/dart_dev
dependencies:
ansicolor: "^0.0.9"
args: "^0.13.0"
dart_style: "^0.2.0"
test: "^0.12.0"
yaml: "^2.1.0"
executables:
dart_dev:
dart_dev:
environment:
sdk: ">=1.9.0 <2.0.0"