diff --git a/pubspec.yaml b/pubspec.yaml index 9b1424ab..2b98d3cd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,14 @@ name: dart_dev version: 0.0.0 +description: Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable. +authors: + - Workiva Client Platform Team + - Dustin Lessard + - Evan Weible + - Jay Udey + - Max Peterson + - Trent Grover +homepage: https://github.com/Workiva/dart_dev dependencies: ansicolor: "^0.0.9" args: "^0.13.0" @@ -7,4 +16,6 @@ dependencies: test: "^0.12.0" yaml: "^2.1.0" executables: - dart_dev: \ No newline at end of file + dart_dev: +environment: + sdk: ">=1.9.0 <2.0.0" \ No newline at end of file