aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/fn/regexp
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-27 17:36:13 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-27 17:36:13 +0200
commit5f466137ad6ac596600e3ff53c9b786815398445 (patch)
treef914c221874f0b16bf3def7ac01d59d1a99a3b0b /node_modules/core-js/fn/regexp
parentc9f5ac8e763eda19aa0564179300cfff76785435 (diff)
node_modules, clean up package.json
Diffstat (limited to 'node_modules/core-js/fn/regexp')
-rw-r--r--node_modules/core-js/fn/regexp/escape.js4
-rw-r--r--node_modules/core-js/fn/regexp/index.js5
2 files changed, 5 insertions, 4 deletions
diff --git a/node_modules/core-js/fn/regexp/escape.js b/node_modules/core-js/fn/regexp/escape.js
index 0c8d06b4c..d657a7d91 100644
--- a/node_modules/core-js/fn/regexp/escape.js
+++ b/node_modules/core-js/fn/regexp/escape.js
@@ -1,2 +1,2 @@
-require('../../modules/es7.regexp.escape');
-module.exports = require('../../modules/$.core').RegExp.escape; \ No newline at end of file
+require('../../modules/core.regexp.escape');
+module.exports = require('../../modules/_core').RegExp.escape; \ No newline at end of file
diff --git a/node_modules/core-js/fn/regexp/index.js b/node_modules/core-js/fn/regexp/index.js
index 7d905d67d..61ced0b81 100644
--- a/node_modules/core-js/fn/regexp/index.js
+++ b/node_modules/core-js/fn/regexp/index.js
@@ -1,8 +1,9 @@
require('../../modules/es6.regexp.constructor');
+require('../../modules/es6.regexp.to-string');
require('../../modules/es6.regexp.flags');
require('../../modules/es6.regexp.match');
require('../../modules/es6.regexp.replace');
require('../../modules/es6.regexp.search');
require('../../modules/es6.regexp.split');
-require('../../modules/es7.regexp.escape');
-module.exports = require('../../modules/$.core').RegExp; \ No newline at end of file
+require('../../modules/core.regexp.escape');
+module.exports = require('../../modules/_core').RegExp; \ No newline at end of file