mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
closes #3909; fix: allow rxjs 5, 6 and 7
This commit is contained in:
parent
6cfc20cd93
commit
0922b468a2
@ -31,7 +31,7 @@ const DIST = resolve(ROOT, 'dist/@awesome-cordova-plugins');
|
|||||||
const PACKAGES = [];
|
const PACKAGES = [];
|
||||||
|
|
||||||
const MIN_CORE_VERSION = '^5.1.0';
|
const MIN_CORE_VERSION = '^5.1.0';
|
||||||
const RXJS_VERSION = '^5.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 = {
|
||||||
'@awesome-cordova-plugins/core': MIN_CORE_VERSION,
|
'@awesome-cordova-plugins/core': MIN_CORE_VERSION,
|
||||||
|
Loading…
Reference in New Issue
Block a user