Skip to content

Commit

Permalink
fix(file): fix repo link (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
root-io authored and ihadeed committed May 16, 2017
1 parent 7c79712 commit adf9c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/file/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ declare const window: Window;
pluginName: 'File',
plugin: 'cordova-plugin-file',
pluginRef: 'cordova.file',
repo: 'https: //github.com/apache/cordova-plugin-file',
repo: 'https://github.com/apache/cordova-plugin-file',
platforms: ['Android', 'BlackBerry 10', 'Browser', 'Firefox OS', 'iOS', 'OS X', 'Ubuntu', 'Windows', 'Windows Phone']
})
@Injectable()
Expand Down

0 comments on commit adf9c5a

Please sign in to comment.