feat(plugins): add platforms info

This commit is contained in:
Ibrahim Hadeed
2016-03-14 13:38:35 -04:00
parent 363be2feb7
commit 9826dfd026
13 changed files with 27 additions and 13 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ declare var window;
@Plugin({
plugin: 'cordova-plugin-apprate',
pluginRef: 'AppRate',
repo: 'https://github.com/pushandplay/cordova-plugin-apprate'
repo: 'https://github.com/pushandplay/cordova-plugin-apprate',
platforms: ['Android','iOS']
})
export class AppRate {