From 49d8348db378a15b12db4a40046366a04dcd52fb Mon Sep 17 00:00:00 2001 From: Ramon Henrique Ornelas Date: Sat, 22 Oct 2016 15:19:19 -0200 Subject: [PATCH] chore(themeable-browser): add name field (#728) --- src/plugins/themeable-browser.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/themeable-browser.ts b/src/plugins/themeable-browser.ts index e1d659104..8ce65868e 100644 --- a/src/plugins/themeable-browser.ts +++ b/src/plugins/themeable-browser.ts @@ -144,6 +144,7 @@ export interface ThemeableBrowserOptions { * We suggest that you refer to the plugin's repository for additional information on usage that may not be covered here. */ @Plugin({ + name: 'ThemeableBrowser', plugin: 'cordova-plugin-themeablebrowser', pluginRef: 'cordova.ThemeableBrowser', repo: 'https://github.com/initialxy/cordova-plugin-themeablebrowser'