Skip to content

Commit

Permalink
fix: use correct core version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl committed Oct 17, 2022
1 parent e22cf2b commit e7d1641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tasks/publish.ts
Expand Up @@ -30,7 +30,7 @@ const DIST = resolve(ROOT, 'dist/@awesome-cordova-plugins');

const PACKAGES = [];

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

const PLUGIN_PEER_DEPENDENCIES = {
Expand Down

0 comments on commit e7d1641

Please sign in to comment.