mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Fixing plugins configuration, Device shouldn't be checked in here
This commit is contained in:
Vendored
+1
-9
@@ -1,11 +1,3 @@
|
||||
cordova.define('cordova/plugin_list', function(require, exports, module) {
|
||||
module.exports = [
|
||||
{
|
||||
"file": "plugins/org.apache.cordova.device/www/device.js",
|
||||
"id": "org.apache.cordova.device.device",
|
||||
"clobbers": [
|
||||
"device"
|
||||
]
|
||||
}
|
||||
]
|
||||
module.exports = []
|
||||
});
|
||||
Reference in New Issue
Block a user