mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-02-04 00:06:19 +08:00
chore: update minimum core version to 8.0.2 in publish script
This commit is contained in:
@@ -30,7 +30,7 @@ const DIST = resolve(ROOT, 'dist/@awesome-cordova-plugins');
|
|||||||
|
|
||||||
const PACKAGES = [];
|
const PACKAGES = [];
|
||||||
|
|
||||||
const MIN_CORE_VERSION = '^8.0.1';
|
const MIN_CORE_VERSION = '^8.0.2';
|
||||||
const RXJS_VERSION = '^5.5.0 || ^6.5.0 || ^7.3.0';
|
const RXJS_VERSION = '^5.5.0 || ^6.5.0 || ^7.3.0';
|
||||||
|
|
||||||
const PLUGIN_PEER_DEPENDENCIES = {
|
const PLUGIN_PEER_DEPENDENCIES = {
|
||||||
|
|||||||
Reference in New Issue
Block a user