diff --git a/script/tool/CHANGELOG.md b/script/tool/CHANGELOG.md index e489a29d0cf7..0411a9e53ab1 100644 --- a/script/tool/CHANGELOG.md +++ b/script/tool/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0+1 + +- Re-add the bin/ directory. + ## 0.1.0 - **NOTE**: This is no longer intended as a general-purpose package, and is now diff --git a/script/tool/bin/flutter_plugin_tools.dart b/script/tool/bin/flutter_plugin_tools.dart new file mode 100644 index 000000000000..0f30bee0d258 --- /dev/null +++ b/script/tool/bin/flutter_plugin_tools.dart @@ -0,0 +1,5 @@ +// Copyright 2013 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +export 'package:flutter_plugin_tools/src/main.dart'; diff --git a/script/tool/pubspec.yaml b/script/tool/pubspec.yaml index 4b5f4987ddef..18631fef02d7 100644 --- a/script/tool/pubspec.yaml +++ b/script/tool/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_plugin_tools description: Productivity utils for flutter/plugins and flutter/packages repository: https://github.com/flutter/plugins/tree/master/script/tool -version: 0.1.0 +version: 0.1.0+1 dependencies: args: "^1.4.3"