Skip to content

Commit

Permalink
Fix flutter packages pub publish --dry-run errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kasemmohamed committed May 30, 2019
1 parent cee7e61 commit 31b93ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 30 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1
## 0.9.0

* TODO: Describe initial release.
* Initial release.
1 change: 1 addition & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
ios/.symlinks
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1"
version: "0.9.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
27 changes: 0 additions & 27 deletions example/test/widget_test.dart

This file was deleted.

1 change: 1 addition & 0 deletions receive_sharing_intent.iml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<excludeFolder url="file://$MODULE_DIR$/example/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/example/.pub" />
<excludeFolder url="file://$MODULE_DIR$/example/build" />
<excludeFolder url="file://$MODULE_DIR$/example/ios/Flutter/App.framework/flutter_assets/packages" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Dart SDK" level="project" />
Expand Down

0 comments on commit 31b93ca

Please sign in to comment.