aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/library/modules/es7.map.to-json.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/library/modules/es7.map.to-json.js')
-rw-r--r--node_modules/core-js/library/modules/es7.map.to-json.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/core-js/library/modules/es7.map.to-json.js b/node_modules/core-js/library/modules/es7.map.to-json.js
index 809370564..19f9b6d38 100644
--- a/node_modules/core-js/library/modules/es7.map.to-json.js
+++ b/node_modules/core-js/library/modules/es7.map.to-json.js
@@ -1,4 +1,4 @@
// https://github.com/DavidBruant/Map-Set.prototype.toJSON
-var $export = require('./$.export');
+var $export = require('./_export');
-$export($export.P, 'Map', {toJSON: require('./$.collection-to-json')('Map')}); \ No newline at end of file
+$export($export.P + $export.R, 'Map', {toJSON: require('./_collection-to-json')('Map')}); \ No newline at end of file