From cc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Mar 2019 21:01:33 +0100 Subject: remove node_modules --- node_modules/relateurl/lib/constants.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 node_modules/relateurl/lib/constants.js (limited to 'node_modules/relateurl/lib/constants.js') 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" -}; -- cgit v1.2.3