mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
10 lines
225 B
JavaScript
10 lines
225 B
JavaScript
Package.describe({
|
|
summary: "Makes your Cordova application use the Crosswalk WebView \
|
|
instead of the System WebView on Android",
|
|
version: '1.2.0'
|
|
});
|
|
|
|
Cordova.depends({
|
|
'cordova-plugin-crosswalk-webview': '1.2.0'
|
|
});
|