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/core-js/modules/$.global.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 node_modules/core-js/modules/$.global.js (limited to 'node_modules/core-js/modules/$.global.js') diff --git a/node_modules/core-js/modules/$.global.js b/node_modules/core-js/modules/$.global.js deleted file mode 100644 index df6efb476..000000000 --- a/node_modules/core-js/modules/$.global.js +++ /dev/null @@ -1,4 +0,0 @@ -// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 -var global = module.exports = typeof window != 'undefined' && window.Math == Math - ? window : typeof self != 'undefined' && self.Math == Math ? self : Function('return this')(); -if(typeof __g == 'number')__g = global; // eslint-disable-line no-undef \ No newline at end of file -- cgit v1.2.3