From 5f466137ad6ac596600e3ff53c9b786815398445 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 27 May 2017 17:36:13 +0200 Subject: node_modules, clean up package.json --- node_modules/xmlbuilder/lib/index.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 node_modules/xmlbuilder/lib/index.js (limited to 'node_modules/xmlbuilder/lib/index.js') diff --git a/node_modules/xmlbuilder/lib/index.js b/node_modules/xmlbuilder/lib/index.js deleted file mode 100644 index be80d7cc9..000000000 --- a/node_modules/xmlbuilder/lib/index.js +++ /dev/null @@ -1,14 +0,0 @@ -// Generated by CoffeeScript 1.9.1 -(function() { - var XMLBuilder, assign; - - assign = require('lodash/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); -- cgit v1.2.3