mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-26 22:06:41 -06:00
preemptively add ionic-keyboard cordova plugin
This commit is contained in:
parent
4799e2ef89
commit
4ad0d4708e
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ Package.describe({
|
|||
git: "https://github.com/meteoric/meteor-ionic.git"
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
'com.ionic.keyboard': '1.0.3'
|
||||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
api.versionsFrom("1.0");
|
||||
api.use(["templating", "underscore", "fastclick", "iron:router@1.0.0", "tracker", "session"], "client");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue