Skip to content

Commit

Permalink
chore: use pub dev versions in pubspec.yaml (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
btrautmann authored Aug 10, 2023
1 parent 217235c commit 11491fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/shape/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ environment:
sdk: '>=3.0.2 <4.0.0'

dependencies:
shape:
path: ../
shape: ^0.0.1
shape_starter_kit:
path: ../../shape_starter_kit

dev_dependencies:
build_runner: ^2.4.6
checks: ^0.2.2
lints: ^2.1.1
shape_generator:
path: ../../shape_generator
shape_generator: ^0.0.1
test: ^1.21.0

0 comments on commit 11491fa

Please sign in to comment.