diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-12-24 07:25:46 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-12-24 07:25:46 -0500 |
| commit | 2ebe8c3c3e4abacda72186c0b28233b036bd4fab (patch) | |
| tree | 1ccf5e5775430bda72ff99bde01c57f3ac24d816 /package.json | |
| parent | 7c05ffe1f5665ca17513343fa5cfb7cb16673f7b (diff) | |
updated crosswalk to a later version
Former-commit-id: 4bf81f89eb654f7c1186ede2e7dc7077a27133c9
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/package.json b/package.json index a7c7c92b..cdae17b5 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,6 @@ "locator": "https://github.com/leecrossley/cordova-plugin-touchid.git", "id": "cordova-plugin-touchid" }, - "cordova-plugin-crosswalk-webview", "cordova-plugin-ios-longpress-fix", "cordova-plugin-websocket", { @@ -73,15 +72,21 @@ { "locator": "https://github.com/pliablepixels/cordova-plugin-media.git", "id": "org.apache.cordova.media" - } + }, + "cordova-plugin-crosswalk-webview" ], "cordovaPlatforms": [ "ios", - "android", { "platform": "ios", "version": "", "locator": "ios" + }, + "android", + { + "platform": "android", + "version": "", + "locator": "android" } ] } |
