From e7d1641fe9b3cc18bbfab0fb7f23d8b3a4136e9b Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Mon, 17 Oct 2022 11:23:21 +0000 Subject: [PATCH] fix: use correct core version --- scripts/tasks/publish.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tasks/publish.ts b/scripts/tasks/publish.ts index f0065dbbad..eb3fb6ed16 100644 --- a/scripts/tasks/publish.ts +++ b/scripts/tasks/publish.ts @@ -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 = {