Expose more loopback middleware for require

This commit is contained in:
Raymond Feng 2014-11-19 11:10:56 -08:00
parent 1c1e64c09e
commit a9b4df1f2d
3 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,3 @@
var express = require('express');
var path = require('path');
var middlewares = exports;

View File

@ -46,6 +46,7 @@
"nodemailer": "~1.3.0",
"nodemailer-stub-transport": "~0.1.4",
"path-to-regexp": "^1.0.1",
"serve-favicon": "^2.1.6",
"strong-remoting": "^2.4.0",
"uid2": "0.0.3",
"underscore": "~1.7.0",

View File

@ -0,0 +1 @@
module.exports = require('../../lib/express-middleware').favicon;