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
@@ -162,7 +162,8 @@ import {Observable} from 'rxjs/Observable';
@Plugin({
plugin: 'cordova-plugin-ble-central',
pluginRef: 'ble',
repo: 'https://github.com/don/cordova-plugin-ble-central'
repo: 'https://github.com/don/cordova-plugin-ble-central',
platforms: ['iOS','Android']
})
export class BLE {
/**