cordova-plugin-configuration-manager
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "cordova-plugin-configuration-manager", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A Cordova plugin for managing configurations", | ||
@@ -5,0 +5,0 @@ "author": "Diego Santiago", |
@@ -7,2 +7,6 @@ var exec = require('cordova/exec'); | ||
exec(cb, error, PLUGIN_NAME, 'launchSettings', [param]); | ||
}, | ||
canScheduleExactAlarms: (cb, error) => { | ||
exec(cb, error, PLUGIN_NAME, 'canScheduleExactAlarms', []); | ||
} | ||
@@ -9,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
27133
189