Skip to content

Commit

Permalink
Use single quotes in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
michalina-majewska committed Jun 20, 2024
1 parent f423d42 commit bca1c84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/leancode_cubit_utils/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: example
description: A new Flutter project.
publish_to: "none"
publish_to: 'none'
version: 0.1.0

environment:
sdk: ">=3.1.2 <4.0.0"
sdk: '>=3.1.2 <4.0.0'

dependencies:
equatable: ^2.0.5
Expand Down
4 changes: 2 additions & 2 deletions packages/leancode_cubit_utils_cqrs/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: example
description: A new Flutter project.
publish_to: "none"
publish_to: 'none'
version: 0.1.0

environment:
sdk: ">=3.1.2 <4.0.0"
sdk: '>=3.1.2 <4.0.0'

dependencies:
cqrs: ^10.0.1
Expand Down

0 comments on commit bca1c84

Please sign in to comment.