diff --git a/scripts/templates/wrap.tmpl b/scripts/templates/wrap.tmpl index 1e00a120..7bf61ae1 100644 --- a/scripts/templates/wrap.tmpl +++ b/scripts/templates/wrap.tmpl @@ -29,7 +29,7 @@ import { Observable } from 'rxjs/Observable'; * ``` */ @Plugin({ - name: 'PluginName', + pluginName: 'PluginName', plugin: '', // npm package name, example: cordova-plugin-camera pluginRef: '', // the variable reference to call the plugin, example: navigator.geolocation repo: '', // the github repository URL for the plugin