fix directives order

This commit is contained in:
Ibby
2017-03-23 22:50:14 -04:00
parent 4e5b3fa910
commit cd7612e32e
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -109,12 +109,12 @@ export class Mixpanel {
/**
* @hidden
*/
@Injectable()
@Plugin({
plugin: 'cordova-plugin-mixpanel',
pluginRef: 'mixpanel.people',
pluginName: 'Mixpanel'
})
@Injectable()
export class MixpanelPeople {
/**