fix: use correct core version

This commit is contained in:
Daniel Sogl 2022-10-17 11:23:21 +00:00 committed by GitHub
parent e22cf2bb69
commit e7d1641fe9

View File

@ -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 = {