Skip to content

Commit

Permalink
fix(plugins): Add default plugins to be installed by new hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonetto committed Oct 6, 2014
1 parent cd0c0b6 commit 2774b39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,10 @@
},
"scripts": {
"test": "grunt test"
}
},
"cordovaPlugins": [
"https://github.com/driftyco/ionic-plugins-keyboard.git",
"org.apache.cordova.statusbar",
"org.apache.cordova.console"
]
}

0 comments on commit 2774b39

Please sign in to comment.