aboutsummaryrefslogtreecommitdiff
path: root/node_modules/path-root-regex/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/path-root-regex/index.js')
-rw-r--r--node_modules/path-root-regex/index.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/node_modules/path-root-regex/index.js b/node_modules/path-root-regex/index.js
deleted file mode 100644
index b6eeea43b..000000000
--- a/node_modules/path-root-regex/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/*!
- * path-root-regex <https://github.com/jonschlinkert/path-root-regex>
- *
- * Copyright (c) 2016, Jon Schlinkert.
- * Licensed under the MIT License.
- */
-
-'use strict';
-
-module.exports = function() {
- // Regex is modified from the split device regex in the node.js path module.
- return /^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?/;
-};