Skip to content

Commit

Permalink
fix(google-analytics): fix depreciated plugin reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Oct 6, 2016
1 parent ab5bbae commit 40325ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/googleanalytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ declare var window;
*/
@Plugin({
plugin: 'cordova-plugin-google-analytics',
pluginRef: 'analytics',
pluginRef: 'ga',
repo: 'https://github.com/danwilson/google-analytics-plugin',
platforms: ['Android', 'iOS']
})
Expand Down

0 comments on commit 40325ca

Please sign in to comment.