aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es7.system.global.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/modules/es7.system.global.js')
-rw-r--r--node_modules/core-js/modules/es7.system.global.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/core-js/modules/es7.system.global.js b/node_modules/core-js/modules/es7.system.global.js
index 8c2ab82de..310a802ad 100644
--- a/node_modules/core-js/modules/es7.system.global.js
+++ b/node_modules/core-js/modules/es7.system.global.js
@@ -1,4 +1,4 @@
-// https://github.com/ljharb/proposal-global
+// https://github.com/tc39/proposal-global
var $export = require('./_export');
-$export($export.S, 'System', {global: require('./_global')}); \ No newline at end of file
+$export($export.S, 'System', { global: require('./_global') });