mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
CB-14145 remove old node_modules before patch fix
This commit is contained in:
-14
@@ -1,14 +0,0 @@
|
||||
// Generated by CoffeeScript 1.9.1
|
||||
(function() {
|
||||
var XMLBuilder, assign;
|
||||
|
||||
assign = require('lodash/object/assign');
|
||||
|
||||
XMLBuilder = require('./XMLBuilder');
|
||||
|
||||
module.exports.create = function(name, xmldec, doctype, options) {
|
||||
options = assign({}, xmldec, doctype, options);
|
||||
return new XMLBuilder(name, options).root();
|
||||
};
|
||||
|
||||
}).call(this);
|
||||
Reference in New Issue
Block a user