mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix version for legacy-whitelist cordova plugin
This commit is contained in:
@@ -14,7 +14,7 @@ Npm.strip({
|
||||
|
||||
Cordova.depends({
|
||||
'cordova-plugin-device': '1.0.0',
|
||||
'cordova-plugin-legacy-whitelist': '1.0.1',
|
||||
'cordova-plugin-legacy-whitelist': '1.0.0',
|
||||
// the cordova plugin built by Meteor Core team that "emulates a server" on
|
||||
// the mobile device. Serving the files and checking for the HCP updates.
|
||||
'com.meteor.cordova-update': 'https://github.com/meteor/com.meteor.cordova-update/tarball/92fe99b7248075318f6446b288995d4381d24cd2'
|
||||
|
||||
Reference in New Issue
Block a user