Skip to content

Commit e1af115

Browse files
committed
Updates
1 parent 8529286 commit e1af115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-native-mocks",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "Mocks for Ionic Native for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
55
"author": "Chris Griffith <chris.griffith@gmail.com> (https://aj-sofwtare.com)",
66
"homepage": "https://github.com/chrisgriffith/ionic-native-mocks#readme",

scripts/build/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const ROOT = path.resolve(path.join(__dirname, '../../')), // root ionic-native
1919
// dependency versions
2020
const ANGULAR_VERSION = '*',
2121
RXJS_VERSION = '^5.0.1',
22-
MIN_CORE_VERSION = '^3.12.0',
22+
MIN_CORE_VERSION = '^4.1.0',
2323
IONIC_NATIVE_VERSION = require(path.resolve(ROOT, 'package.json')).version;
2424

2525
// package dependencies

0 commit comments

Comments
 (0)