Skip to content

Commit

Permalink
Merge pull request #834 from strongloop/feature/expose-loopback-middl…
Browse files Browse the repository at this point in the history
…eware

Expose more loopback middleware for require
  • Loading branch information
raymondfeng committed Nov 19, 2014
2 parents 1c1e64c + a9b4df1 commit 62637e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/express-middleware.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
var express = require('express');
var path = require('path');

var middlewares = exports;
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions server/middleware/favicon.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('../../lib/express-middleware').favicon;

0 comments on commit 62637e8

Please sign in to comment.