Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index 8d6f4de72bac5de79df0351d94d12bba9772e307..2944e09ab9f5a09a437a7cf616f2fba9feb000ff 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -1,5 +1,5 @@ |
name: dart_style |
-version: 0.1.4 |
+version: 0.1.5 |
author: Dart Team <misc@dartlang.org> |
description: Opinionated, automatic Dart source code formatter. |
homepage: https://github.com/dart-lang/dart_style |
@@ -13,7 +13,8 @@ dev_dependencies: |
scheduled_test: '>=0.11.2 <0.12.0' |
unittest: '>=0.11.0 <0.12.0' |
executables: |
- dartformat: format |
+ dartfmt: format |
+ dartformat: format # Allow the old name for compatibility. |
# Tell the bots not to bother building the tests since they don't run in a |
# browser anyway. |