Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgriffith committed Feb 10, 2018
1 parent 8529286 commit e1af115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-native-mocks",
"version": "2.0.6",
"version": "2.0.7",
"description": "Mocks for Ionic Native for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
"author": "Chris Griffith <[email protected]> (https://aj-sofwtare.com)",
"homepage": "https://github.com/chrisgriffith/ionic-native-mocks#readme",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0',
MIN_CORE_VERSION = '^4.1.0',
IONIC_NATIVE_VERSION = require(path.resolve(ROOT, 'package.json')).version;

// package dependencies
Expand Down

0 comments on commit e1af115

Please sign in to comment.