Skip to content

Commit 2a346e9

Browse files
committed
don't bring in diceui package
1 parent 33e436d commit 2a346e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/diceui/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "A new Flutter project."
33
# The following line prevents the package from being accidentally published to
44
# pub.dev using `flutter pub publish`. This is preferred for private packages.
55
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
6-
resolution: workspace
6+
#resolution: workspace
77

88
# The following defines the version and build number for your application.
99
# A version number is three numbers separated by dots, like 1.2.43

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: dart_dice_parser_repo
22
publish_to: none
33
environment:
44
sdk: "^3.8.0"
5-
flutter: ">=3.32.0 <4.0.0"
5+
#flutter: ">=3.32.0 <4.0.0"
66
workspace:
77
- packages/dart_dice_parser
88
- packages/dicecli
9-
- packages/diceui
9+
#- packages/diceui

0 commit comments

Comments
 (0)