diff options
Diffstat (limited to 'node_modules/core-js/es7/array.js')
-rw-r--r-- | node_modules/core-js/es7/array.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/core-js/es7/array.js b/node_modules/core-js/es7/array.js index e58f90579..9fb57fa64 100644 --- a/node_modules/core-js/es7/array.js +++ b/node_modules/core-js/es7/array.js @@ -1,2 +1,2 @@ require('../modules/es7.array.includes'); -module.exports = require('../modules/$.core').Array;
\ No newline at end of file +module.exports = require('../modules/_core').Array;
\ No newline at end of file |