From 87049e9582f0db11b783ab318a87597050186c43 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Fri, 25 Nov 2016 00:09:26 -0500 Subject: [PATCH] Update wrap.tmpl --- scripts/templates/wrap.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/templates/wrap.tmpl b/scripts/templates/wrap.tmpl index 1e00a120a..7bf61ae18 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