Skip to content

Commit

Permalink
🔧 configured melos
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbagyastha committed Dec 25, 2022
1 parent f79826e commit f5b05c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/dev/integration_tests/**/Pods
/packages/flutter/coverage/
version
pubspec-overrides.yaml
pubspec_overrides.yaml

# packages file containing multi-root paths
.packages.generated
Expand Down
5 changes: 5 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: youtube_player
repository: https://github.com/sarbagyastha/youtube_player_flutter

packages:
- packages/**
3 changes: 1 addition & 2 deletions packages/youtube_player_iframe/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ dependencies:
meta: '>=1.7.0 <2.0.0'
webview_flutter: ^4.0.1
url_launcher: ^6.1.7
youtube_player_iframe_web:
path: ../youtube_player_iframe_web
youtube_player_iframe_web: ^2.0.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit f5b05c7

Please sign in to comment.