chore(): update @ionic-native/core dependency version
no changes were made in 4.0, so older versions should work fine
This commit is contained in:
parent
d8bac2f0ab
commit
cbdde57681
@ -19,7 +19,7 @@ const ROOT = path.resolve(path.join(__dirname, '../../')), // root ionic-native
|
||||
// dependency versions
|
||||
const ANGULAR_VERSION = '*',
|
||||
RXJS_VERSION = '^5.0.1',
|
||||
MIN_CORE_VERSION = '^3.6.0',
|
||||
MIN_CORE_VERSION = '^3.6.0 || >= 4.0.0',
|
||||
IONIC_NATIVE_VERSION = require(path.resolve(ROOT, 'package.json')).version;
|
||||
|
||||
// package dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user