From 8143a93839972d16f430349cd091e7eb91c219db Mon Sep 17 00:00:00 2001 From: shprink Date: Sat, 12 Nov 2016 13:28:45 +0100 Subject: [PATCH] upgrade crosswalk --- dist/config.xml | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dist/config.xml b/dist/config.xml index a685d9228..0f6ef77f6 100644 --- a/dist/config.xml +++ b/dist/config.xml @@ -22,10 +22,11 @@ - + + diff --git a/package.json b/package.json index 4a552a32d..371f0f44e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "index.js", "scripts": { "build": "bash ./release.sh", - "restore": "ionic state restore", + "restore": "rm -rf platforms/ plugins/ && ionic state restore", "postinstall": "npm run installWPHC", "installWPHC": "cd scripts && node ./install.js", "increaseVersion": "cd scripts && node ./increaseVersion.js", @@ -112,7 +112,7 @@ "cordova-plugin-statusbar@1.0.1", "cordova-plugin-google-analytics@0.8.1", "phonegap-plugin-push@1.5.3", - "cordova-plugin-crosswalk-webview@1.6.0", + "cordova-plugin-crosswalk-webview@2.2.0", "cordova-plugin-spinner-dialog@1.3.1", "cordova-plugin-admobpro@2.14.0", "cordova-plugin-x-socialsharing@5.1.1",