Files
meteor/packages/crosswalk/package.js

11 lines
248 B
JavaScript

Package.describe({
summary: "Makes your Cordova application use the Crosswalk WebView \
instead of the System WebView on Android",
version: '1.7.3',
documentation: null
});
Cordova.depends({
'cordova-plugin-crosswalk-webview': '2.4.0'
});