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',