aboutsummaryrefslogtreecommitdiff
path: root/node_modules/relateurl/lib/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/relateurl/lib/constants.js')
-rw-r--r--node_modules/relateurl/lib/constants.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/relateurl/lib/constants.js b/node_modules/relateurl/lib/constants.js
deleted file mode 100644
index d4cc8dd69..000000000
--- a/node_modules/relateurl/lib/constants.js
+++ /dev/null
@@ -1,10 +0,0 @@
-"use strict";
-
-module.exports =
-{
- // Output
- ABSOLUTE: "absolute",
- PATH_RELATIVE: "pathRelative",
- ROOT_RELATIVE: "rootRelative",
- SHORTEST: "shortest"
-};