Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hhstore committed Oct 20, 2021
1 parent c614ed6 commit 34a4cf1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ tasks:
- task: publish
vars: {PKG_DIR: "packages/better_ui"}

publish:better-app:
cmds:
- task: publish
vars: {PKG_DIR: "packages/better_app"}


#########################################################################

pkg:new:
Expand Down
4 changes: 2 additions & 2 deletions packages/better_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 0.0.1
homepage: https://github.com/better-dart/pkg

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.17.0"
sdk: '>=2.12.0 <3.0.0'
flutter: ">=2.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 34a4cf1

Please sign in to comment.