Files
meteor/packages/crosswalk/package.js
2017-02-07 15:36:12 -05:00

11 lines
253 B
JavaScript

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