chore(): remove unnecessary name option from Plugin decorator

At least for now, we get the name of the plugin from the class.
This commit is contained in:
Tim Lancina
2016-03-04 14:04:38 -06:00
parent fc54fefde5
commit 5ad72de3d3
18 changed files with 2 additions and 23 deletions
-1
View File
@@ -18,7 +18,6 @@ import {Plugin, Cordova} from './plugin';
* ```
*/
@Plugin({
name: 'AppVersion',
plugin: 'cordova-plugin-appversion',
pluginRef: 'cordova.getAppVersion'
})