Bump cordova-plugin-meteor-webapp version to 1.6.5.

Includes https://github.com/meteor/cordova-plugin-meteor-webapp/pull/73
which fixes https://github.com/meteor/cordova-plugin-meteor-webapp/issue/72.
This commit is contained in:
Ben Newman
2019-02-04 10:51:22 -05:00
parent 0a08d59a22
commit f1b736ec24

View File

@@ -22,7 +22,7 @@ Npm.strip({
Cordova.depends({
'cordova-plugin-whitelist': '1.3.3',
'cordova-plugin-wkwebview-engine': '1.1.4',
'cordova-plugin-meteor-webapp': '1.6.4'
'cordova-plugin-meteor-webapp': '1.6.5'
});
Package.onUse(function (api) {