From 1a803e70becab35c18a6f4e1b8fd5bef6b385974 Mon Sep 17 00:00:00 2001 From: Ramon Henrique Ornelas Date: Wed, 19 Oct 2016 00:37:53 -0200 Subject: [PATCH] refractor(filepath): add name field (#722) --- src/plugins/filepath.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/filepath.ts b/src/plugins/filepath.ts index 958570827..44957ae6f 100644 --- a/src/plugins/filepath.ts +++ b/src/plugins/filepath.ts @@ -19,6 +19,7 @@ declare var window: any; * ``` */ @Plugin({ + name: 'FilePath', plugin: 'cordova-plugin-filepath', pluginRef: 'window.FilePath', repo: 'https://github.com/hiddentao/cordova-plugin-filepath',