cordova-plugin-peer5
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "cordova-plugin-peer5", | ||
"version": "0.1.1", | ||
"description": "", | ||
"version": "0.1.2", | ||
"description": "Enables integration of Cordova with Peer5's iOS SDK", | ||
"cordova": { | ||
@@ -13,6 +13,7 @@ "id": "cordova-plugin-peer5", | ||
"ecosystem:cordova", | ||
"cordova-ios" | ||
"cordova-ios", | ||
"peer5" | ||
], | ||
"author": "", | ||
"author": "Peer5 Development Team", | ||
"license": "ISC" | ||
} |
@@ -6,3 +6,3 @@ var exec = require('cordova/exec'); | ||
return new Promise(function (resolve, reject) { | ||
exec(success, error, 'Peer5', 'init', [arg0]); | ||
exec(resolve, reject, 'Peer5', 'init', [arg0]); | ||
}); | ||
@@ -17,3 +17,3 @@ } else { | ||
return new Promise(function (resolve, reject) { | ||
exec(success, error, 'Peer5', 'getStreamUrl', [arg0]); | ||
exec(resolve, reject, 'Peer5', 'getStreamUrl', [arg0]); | ||
}); | ||
@@ -20,0 +20,0 @@ } else { |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
3229
2