feat(plugins): add name field

This commit is contained in:
Max Lynch
2016-10-17 20:33:17 -05:00
parent d09018d2d4
commit 96776567eb
101 changed files with 116 additions and 15 deletions
+1
View File
@@ -420,6 +420,7 @@ export interface DownloadProgress {
* ```
*/
@Plugin({
name: 'CodePush',
plugin: 'cordova-plugin-code-push',
pluginRef: 'codePush',
repo: 'https://github.com/Microsoft/cordova-plugin-code-push',