fix(plugin): don't bind to name field. Fixes #740

This commit is contained in:
Max Lynch
2016-10-27 12:48:50 -05:00
parent 0669ba5222
commit 71916a85dd
109 changed files with 119 additions and 119 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import { Plugin, Cordova } from './plugin';
* ```
*/
@Plugin({
name: 'IsDebug',
pluginName: 'IsDebug',
plugin: 'cordova-plugin-is-debug',
pluginRef: 'cordova.plugins.IsDebug',
repo: 'https://github.com/mattlewis92/cordova-plugin-is-debug'