feat(plugins): add name field

This commit is contained in:
Max Lynch
2016-10-17 20:33:17 -05:00
parent d09018d2d4
commit 96776567eb
101 changed files with 116 additions and 15 deletions
+1
View File
@@ -13,6 +13,7 @@ declare var window;
* - (Android) Google Play Services SDK installed via [Android SDK Manager](https://developer.android.com/sdk/installing/adding-packages.html)
*/
@Plugin({
name: 'GoogleAnalytics',
plugin: 'cordova-plugin-google-analytics',
pluginRef: 'ga',
repo: 'https://github.com/danwilson/google-analytics-plugin',