Skip to content

Commit

Permalink
Update Cordova Keyboard Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benstr committed Dec 4, 2015
1 parent 1f94fdd commit d187d66
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 d187d66

Please sign in to comment.