Skip to content

Commit

Permalink
updated yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
groksrc committed Feb 13, 2019
1 parent fa9b274 commit fdb0ce0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bloc_flutter/pubspec.yaml
Expand Up @@ -10,7 +10,7 @@ dependencies:
firebase_flutter_repository:
path: ../firebase_flutter_repository
todos_app_core:
path: ../../todos_app_core
path: ../todos_app_core
blocs:
path: ../blocs
flutter:
Expand Down
2 changes: 1 addition & 1 deletion built_redux/pubspec.yaml
Expand Up @@ -12,7 +12,7 @@ dependencies:
built_value: ^5.5.5
built_collection: ^3.1.3
todos_app_core:
path: ../../todos_app_core
path: ../todos_app_core

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion firestore_redux/pubspec.yaml
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
todos_app_core:
path: ../../todos_app_core
path: ../todos_app_core
firebase_flutter_repository:
path: ../firebase_flutter_repository

Expand Down
2 changes: 1 addition & 1 deletion inherited_widget/pubspec.yaml
Expand Up @@ -8,7 +8,7 @@ dependencies:
todos_repository_flutter:
path: ../todos_repository_flutter
todos_app_core:
path: ../../todos_app_core
path: ../todos_app_core
flutter:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion mvc/pubspec.yaml
Expand Up @@ -14,7 +14,7 @@ dependencies:
scoped_model_sample:
path: ../scoped_model
todos_app_core:
path: ../../todos_app_core
path: ../todos_app_core
todos_repository_flutter:
path: ../todos_repository_flutter
mvc_pattern:
Expand Down
2 changes: 1 addition & 1 deletion mvi_flutter/pubspec.yaml
Expand Up @@ -10,7 +10,7 @@ dependencies:
firebase_flutter_repository:
path: ../firebase_flutter_repository
todos_app_core:
path: ../../todos_app_core
path: ../todos_app_core
mvi_base:
path: ../mvi_base
flutter:
Expand Down
2 changes: 1 addition & 1 deletion mvu/pubspec.yaml
Expand Up @@ -11,7 +11,7 @@ dependencies:
built_collection: ^3.1.3
dartea: "^0.5.5"
todos_app_core:
path: ../../todos_app_core
path: ../todos_app_core
todos_repository_flutter:
path: ../todos_repository_flutter

Expand Down
2 changes: 1 addition & 1 deletion redurx/pubspec.yaml
Expand Up @@ -12,7 +12,7 @@ dependencies:
built_collection: ^4.0.0
tuple: ^1.0.2
todos_app_core:
path: ../../todos_app_core
path: ../todos_app_core
todos_repository:
path: ../todos_repository

Expand Down
2 changes: 1 addition & 1 deletion redux/pubspec.yaml
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
todos_app_core:
path: ../../todos_app_core
path: ../todos_app_core
todos_repository_flutter:
path: ../todos_repository_flutter

Expand Down
2 changes: 1 addition & 1 deletion scoped_model/pubspec.yaml
Expand Up @@ -9,7 +9,7 @@ dependencies:
todos_repository_flutter:
path: ../todos_repository_flutter
todos_app_core:
path: ../../todos_app_core
path: ../todos_app_core
flutter:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion simple_bloc_flutter/pubspec.yaml
Expand Up @@ -10,7 +10,7 @@ dependencies:
firebase_flutter_repository:
path: ../firebase_flutter_repository
todos_app_core:
path: ../../todos_app_core
path: ../todos_app_core
simple_blocs:
path: ../simple_blocs
flutter:
Expand Down
2 changes: 1 addition & 1 deletion vanilla/pubspec.yaml
Expand Up @@ -8,7 +8,7 @@ dependencies:
flutter:
sdk: flutter
todos_app_core:
path: ../../todos_app_core
path: ../todos_app_core
todos_repository_flutter:
path: ../todos_repository_flutter

Expand Down

0 comments on commit fdb0ce0

Please sign in to comment.