aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/string/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/es5-ext/string/index.js')
-rw-r--r--node_modules/es5-ext/string/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/es5-ext/string/index.js b/node_modules/es5-ext/string/index.js
index b2e7e6229..4393588f1 100644
--- a/node_modules/es5-ext/string/index.js
+++ b/node_modules/es5-ext/string/index.js
@@ -5,6 +5,7 @@ module.exports = {
"formatMethod": require("./format-method"),
"fromCodePoint": require("./from-code-point"),
"isString": require("./is-string"),
+ "random": require("./random"),
"randomUniq": require("./random-uniq"),
"raw": require("./raw")
};