refractor(filepath): add name field (#722)

This commit is contained in:
Ramon Henrique Ornelas 2016-10-19 00:37:53 -02:00 committed by Ibrahim Hadeed
parent 6982a2d35f
commit 1a803e70be

View File

@ -19,6 +19,7 @@ declare var window: any;
* ``` * ```
*/ */
@Plugin({ @Plugin({
name: 'FilePath',
plugin: 'cordova-plugin-filepath', plugin: 'cordova-plugin-filepath',
pluginRef: 'window.FilePath', pluginRef: 'window.FilePath',
repo: 'https://github.com/hiddentao/cordova-plugin-filepath', repo: 'https://github.com/hiddentao/cordova-plugin-filepath',