Skip to content

Commit

Permalink
Merge pull request #60 from rollbar/publish
Browse files Browse the repository at this point in the history
Removed dependency_overrides for publishing and added missing dev deps.
  • Loading branch information
matux authored Jul 26, 2022
2 parents facd14f + d2b874b commit f413ea4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions rollbar_dart/lib/rollbar_dart.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export 'rollbar.dart';
4 changes: 0 additions & 4 deletions rollbar_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ dependencies:
logging: ^1.0.2
rollbar_common: ^0.3.1-beta

dependency_overrides:
rollbar_common:
path: ../rollbar_common

dev_dependencies:
lints: '>=1.0.0 <3.0.0'
test: ^1.16.0
Expand Down
8 changes: 2 additions & 6 deletions rollbar_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ dependencies:
rollbar_common: ^0.3.1-beta
rollbar_dart: ^0.3.0-beta

dependency_overrides:
rollbar_common:
path: ../rollbar_common
rollbar_dart:
path: ../rollbar_dart

dev_dependencies:
lints: '>=1.0.0 <3.0.0'
flutter_lints: ^1.0.4
Expand All @@ -32,6 +26,8 @@ dev_dependencies:
pedantic: ^1.11.1
build_runner: ^2.1.8
mockito: ^5.1.0
connectivity_plus_platform_interface: ^1.2.1
plugin_platform_interface: ^2.1.2

flutter:
plugin:
Expand Down

0 comments on commit f413ea4

Please sign in to comment.