Skip to content

Commit

Permalink
Merge pull request #364 from benstr/master
Browse files Browse the repository at this point in the history
Update Cordova Keyboard Dependency
  • Loading branch information
Nick Wientge committed Dec 4, 2015
2 parents 1f94fdd + d187d66 commit dac4025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Package.describe({
});

Cordova.depends({
'com.ionic.keyboard': '1.0.4'
'ionic-plugin-keyboard': '1.0.8'
});

Package.onUse(function(api) {
Expand Down Expand Up @@ -140,4 +140,4 @@ Package.onUse(function(api) {
api.export("IonPopover");
api.export("IonPopup");
api.export("IonSideMenu");
});
});

0 comments on commit dac4025

Please sign in to comment.