Skip to content

Commit

Permalink
Fixing publishing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgriffith committed Jul 3, 2017
1 parent d5470fa commit 8e693dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-native-mocks",
"version": "1.0.0",
"version": "1.0.2",
"description": "Mocks for Ionic Native for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
"homepage": "https://ionicframework.com/",
"author": "Chris Griffith <[email protected]> (https://aj-sofwtare.com)",
Expand Down Expand Up @@ -45,7 +45,7 @@
"tslint-ionic-rules": "0.0.8",
"typescript": "2.3.3",
"zone.js": "^0.8.11",
"@ionic-native/action-sheet": "^3.12.1",
"@ionic-native/action-sheet": "^3.12.1",
"@ionic-native/admob": "^3.12.1",
"@ionic-native/admob-free": "^3.12.1",
"@ionic-native/alipay": "^3.12.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0',
MIN_CORE_VERSION = '^3.12.0',
IONIC_NATIVE_VERSION = require(path.resolve(ROOT, 'package.json')).version;

// package dependencies
Expand All @@ -28,7 +28,7 @@ const CORE_PEER_DEPS = {
};

const PLUGIN_PEER_DEPS = {
'@ionic-native-mocks/core': MIN_CORE_VERSION,
'@ionic-native/core': MIN_CORE_VERSION,
'@angular/core': ANGULAR_VERSION,
'rxjs': RXJS_VERSION
};
Expand Down
3 changes: 0 additions & 3 deletions scripts/build/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,5 @@ QUEUE.start((err) => {
} else {
console.log('Done publishing ionic-native-mocks!');
}



});

0 comments on commit 8e693dc

Please sign in to comment.