aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/connect/lib/middleware/directory.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/connect/lib/middleware/directory.js')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/connect/lib/middleware/directory.js20
1 files changed, 0 insertions, 20 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/connect/lib/middleware/directory.js b/vnfmarket/src/main/webapp/vnfmarket/node_modules/connect/lib/middleware/directory.js
deleted file mode 100644
index 01cc7f59..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/connect/lib/middleware/directory.js
+++ /dev/null
@@ -1,20 +0,0 @@
-
-/*!
- * Connect - directory
- * Copyright(c) 2011 Sencha Inc.
- * Copyright(c) 2011 TJ Holowaychuk
- * MIT Licensed
- */
-
-/**
- * Directory:
- *
- * See [serve-index](https://github.com/expressjs/serve-index)
- *
- * @param {String} root
- * @param {Object} options
- * @return {Function}
- * @api public
- */
-
-module.exports = require('serve-index');