Skip to content

Commit

Permalink
fix(build): allow rxjs 7 closes #3691
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sogl committed Sep 27, 2021
1 parent 1ba8a6d commit cd477bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tasks/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const DIST = resolve(ROOT, 'dist/@awesome-cordova-plugins');
const PACKAGES = [];

const MIN_CORE_VERSION = '^5.1.0';
const RXJS_VERSION = '^5.5.0 || ^6.5.0';
const RXJS_VERSION = '^5.5.0 || ^7.3.0';

const PLUGIN_PEER_DEPENDENCIES = {
'@awesome-cordova-plugins/core': MIN_CORE_VERSION,
Expand Down

1 comment on commit cd477bc

@vercel
Copy link

@vercel vercel bot commented on cd477bc Sep 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.